Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
freedom_iedit.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  * Edition of virtual document
9  *
10  * @author Anakeen 2000
11  * @version $Id: freedom_iedit.php,v 1.3 2005/03/04 17:15:51 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  * @subpackage GED
15  */
16 /**
17  */
18 
19 include_once ("FDL/Class.Doc.php");
20 include_once ("FDL/Class.WDoc.php");
21 include_once ("Class.QueryDb.php");
22 include_once ("FDL/freedom_util.php");
23 include_once ("FDL/Lib.Dir.php");
24 include_once ("VAULT/Class.VaultFile.php");
25 // -----------------------------------
27 {
28  // -----------------------------------
29  global $action;
30  // Get All Parameters
31  $xml = GetHttpVars("xml");
32  SetHttpVar("xml", $xml);
33 
34  $famid = GetHttpVars("famid");
35  $action->lay->Set("famid", $famid);
36 
37  $type_attr = GetHttpVars("type_attr");
38  $action->lay->Set("type_attr", $type_attr);
39 
40  $attrid = GetHttpVars("attrid");
41  $action->lay->Set("attrid", $attrid);
42 }
43 ?>
← centre documentaire © anakeen - published under CC License - Dynacase