Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
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
* @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"
);
17
function
generic_memosplit
(&
$action
)
18
{
19
$split = GetHttpVars(
"split"
);
// split H or V
20
$famid
= GetHttpVars(
"famid"
);
// family id
21
setFamilyParameter
(
$action
,
$famid
,
'GENE_SPLITMODE'
, $split);
22
}
23
24
function
generic_memosearch
(&
$action
)
25
{
26
$split = GetHttpVars(
"psearchid"
);
// preferential user search
27
$famid
= GetHttpVars(
"famid"
);
// family id
28
setFamilyParameter
(
$action
,
$famid
,
'GENE_PREFSEARCH'
, $split);
29
}
30
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
generic_memosearch
generic_memosearch(&$action)
Definition:
generic_memosplit.php:24
generic_memosplit
generic_memosplit(&$action)
Definition:
generic_memosplit.php:17
setFamilyParameter
setFamilyParameter(Action &$action, $famid, $attrid, $value)
Definition:
generic_util.php:244
$famid
$famid
Definition:
initViewPrivileges.php:29
← centre documentaire
© anakeen