Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
freedom_editimporttar.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Edit Import Archive
8  *
9  * @author Anakeen
10  * @version $Id: freedom_editimporttar.php,v 1.1 2004/03/16 14:12:46 eric Exp $
11  * @package FDL
12  * @subpackage GED
13  */
14 /**
15  */
16 
17 include_once ("FDL/import_file.php");
18 include_once ("FDL/Lib.Dir.php");
19 // -----------------------------------
21 {
22  // -----------------------------------
23  // Get all the params
24  $dirid = GetHttpVars("dirid", 0); // directory to place imported doc (default unclassed folder)
25 
26  $action->lay->eset("maxsize", sprintf("max %s bytes", ini_get('upload_max_filesize')));
27 
28  $action->lay->eSet("dirid", $dirid);
29 }
30 ?>
freedom_editimporttar(Action &$action)
global $action
← centre documentaire © anakeen