Subversion Repositories eFlore/Applications.cel

Rev

Rev 666 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 666 Rev 970
Line 12... Line 12...
12
 
12
 
Line 13... Line 13...
13
    function InventoryImageExport($config) {
13
    function InventoryImageExport($config) {
Line 14... Line -...
14
 
-
 
15
    	parent::__construct($config);
-
 
16
 
14
 
17
		require_once('lib/zip.php');
15
    	parent::__construct($config);
18
 
16
 
19
        $this->config=$config;
17
        $this->config=$config;
Line 20... Line 18...
20
        $this->extendSpreadsheetProductor = new SpreadsheetProductor();
18
        $this->extendSpreadsheetProductor = new SpreadsheetProductor();
Line 21... Line 19...
21
		$this->extendSpreadsheetProductor->initSpreadsheet();
19
		$this->extendSpreadsheetProductor->initSpreadsheet();
Line 22... Line 20...
22
    }
20
    }
23
 
-
 
24
    function getElement($uid){
21
 
Line 25... Line 22...
25
    	
22
    function getElement($uid){
26
      	$this->authentifier();
23