Platform
3.1
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
generic_memosplit.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5
* @package FDL
6
*/
7
/**
8
* Modify split or seraches
9
*
10
* @author Anakeen 2000
11
* @version $Id: generic_memosplit.php,v 1.5 2007/05/04 10:19:43 eric Exp $
12
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13
* @package FDL
14
* @subpackage
15
*/
16
/**
17
*/
18
include_once (
"GENERIC/generic_util.php"
);
19
function
generic_memosplit
(&
$action
)
20
{
21
$split =
GetHttpVars
(
"split"
);
// split H or V
22
$famid
=
GetHttpVars
(
"famid"
);
// family id
23
setFamilyParameter
(
$action
,
$famid
,
'GENE_SPLITMODE'
, $split);
24
}
25
26
function
generic_memosearch
(&
$action
)
27
{
28
$split =
GetHttpVars
(
"psearchid"
);
// preferential user search
29
$famid
=
GetHttpVars
(
"famid"
);
// family id
30
setFamilyParameter
(
$action
,
$famid
,
'GENE_PREFSEARCH'
, $split);
31
}
32
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase