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
mview_savegeo.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: mview_savegeo.php,v 1.3 2008/10/10 07:26:45 eric Exp $
11
* @package FDL
12
* @subpackage
13
*/
14
/**
15
*/
16
// ---------------------------------------------------------------
17
// $Id: mview_savegeo.php,v 1.3 2008/10/10 07:26:45 eric Exp $
18
// $Source: /home/cvsroot/anakeen/freedom/freedom/Action/Fdl/mview_savegeo.php,v $
19
// ---------------------------------------------------------------
20
21
// ==========================================================================
22
// save geometry of mini view
23
// ==========================================================================
24
25
// -----------------------------------
26
// -----------------------------------
27
function
mview_savegeo
(&
$action
)
28
{
29
// -----------------------------------
30
$geometry = GetHttpVars(
"geometry"
);
// the six geometries frame
31
if
($geometry !=
""
) {
32
33
$action
->setparamu(
"MVIEW_GEO"
, $geometry);
34
35
$action
->AddWarningMsg(sprintf(_(
"geometry saved : %s"
) , $geometry));
36
}
37
redirect(
$action
,
"CORE"
,
"BLANK"
,
$action
->GetParam(
"CORE_STANDURL"
));
38
}
39
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
mview_savegeo
mview_savegeo(&$action)
Definition:
mview_savegeo.php:27
← centre documentaire
© anakeen