Core  3.2
PHP API documentation
 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 // -----------------------------------
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 ?>
global $action
mview_savegeo(&$action)
← centre documentaire © anakeen