Core  3.2
PHP API documentation
 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  * @package FDL
5 */
6 /**
7  * Modify split or seraches
8  *
9  * @author Anakeen
10  * @version $Id: generic_memosplit.php,v 1.5 2007/05/04 10:19:43 eric Exp $
11  * @package FDL
12  * @subpackage
13  */
14 /**
15  */
16 include_once ("GENERIC/generic_util.php");
18 {
19  $split = GetHttpVars("split"); // split H or V
20  $famid = GetHttpVars("famid"); // family id
21  setFamilyParameter($action, $famid, 'GENE_SPLITMODE', $split);
22 }
23 
25 {
26  $split = GetHttpVars("psearchid"); // preferential user search
27  $famid = GetHttpVars("famid"); // family id
28  setFamilyParameter($action, $famid, 'GENE_PREFSEARCH', $split);
29 }
30 ?>
global $action
generic_memosearch(&$action)
generic_memosplit(&$action)
setFamilyParameter(Action &$action, $famid, $attrid, $value)
← centre documentaire © anakeen