Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
freedom_mainimport.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: freedom_editimport.php,v 1.8 2008/08/14 09:59:14 eric Exp $
11  * @package FDL
12  * @subpackage GED
13  */
14 /**
15  */
16 // ---------------------------------------------------------------
17 // -----------------------------------
19 {
20 
21  $parameters = '';
22  foreach ($_GET as $k => $v) {
23  if ($k != "app" && $k != "action" && $k != "sole") {
24  $parameters.= sprintf("&%s=%s", $k, urlencode(($v)));
25  }
26  }
27 
28  $action->lay->set("params", $parameters);
29  $windowId = uniqid("analysis");
30  $action->lay->set("resultAnalysisId", $windowId);
31 }
32 ?>
global $action
global $_GET
Definition: wsh.php:37
freedom_mainimport(Action &$action)
← centre documentaire © anakeen