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
confirmmail.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Generated Header (not documented yet)
8
*
9
* @author Anakeen
10
* @version $Id: confirmmail.php,v 1.3 2008/02/28 17:50:36 eric Exp $
11
* @package FDL
12
* @subpackage
13
*/
14
/**
15
*/
16
// ---------------------------------------------------------------
17
// $Id: confirmmail.php,v 1.3 2008/02/28 17:50:36 eric Exp $
18
// $Source: /home/cvsroot/anakeen/freedom/freedom/Action/Fdl/confirmmail.php,v $
19
// ---------------------------------------------------------------
20
include_once (
"FDL/editmail.php"
);
21
// -----------------------------------
22
// -----------------------------------
23
function
confirmmail
(&
$action
)
24
{
25
26
$nextstate = GetHttpVars(
"state"
);
27
$ulink = GetHttpVars(
"ulink"
);
28
editmail
(
$action
);
29
30
$action
->lay->eSet(
"ulink"
, ($ulink ? $ulink :
"Y"
));
31
$action
->lay->eSet(
"state"
, $nextstate);
32
$action
->lay->eSet(
"tstate"
, _($nextstate));
33
}
editmail
editmail(Action &$action)
Definition:
editmail.php:30
$action
global $action
Definition:
accountRefreshGroup.php:16
confirmmail
confirmmail(&$action)
Definition:
confirmmail.php:23
← centre documentaire
© anakeen