Changeset 4915 for extensions/AMetaData/amd_install.class.inc.php
- Timestamp:
- Feb 19, 2010, 8:41:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AMetaData/amd_install.class.inc.php
r4906 r4915 26 26 { 27 27 private $tablef; 28 private $exportfile;29 28 30 29 public function AMD_install($prefixeTable, $filelocation) … … 32 31 parent::__construct($prefixeTable, $filelocation); 33 32 $this->tablef= new manage_tables($this->tables); 34 $this->exportfile=dirname($this->filelocation).'/'.$this->plugin_name_files.'.sql';35 33 } 36 34 … … 103 101 public function uninstall() 104 102 { 105 $this->tablef->export($this->exportfile);106 103 $this->delete_config(); 107 104 $this->tablef->drop_tables();
Note: See TracChangeset
for help on using the changeset viewer.