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
faddbook_frame.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
* Display main interface for address book
9
*
10
* @author Anakeen 2005
11
* @version $Id: faddbook_frame.php,v 1.3 2005/11/24 13:48:17 eric Exp $
12
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13
* @package FDL
14
* @subpackage USERCARD
15
*/
16
/**
17
*/
18
19
function
faddbook_frame
(&
$action
)
20
{
21
22
$f1 =
$action
->getParam(
"USERCARD_FIRSTFAM"
,
"USER"
);
23
$f2 =
$action
->getParam(
"USERCARD_SECONDFAM"
);
24
25
$action
->lay->set(
"F1"
, $f1);
26
27
$action
->lay->set(
"F2"
, $f2);
28
$action
->lay->set(
"HasF2"
, ($f2 !=
""
));
29
}
30
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase