Ignore:
Timestamp:
Feb 19, 2010, 8:41:01 PM (14 years ago)
Author:
grum
Message:

Unable to analyze the gallery : bug fixed !
and other little bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd_install.class.inc.php

    r4906 r4915  
    2626  {
    2727    private $tablef;
    28     private $exportfile;
    2928
    3029    public function AMD_install($prefixeTable, $filelocation)
     
    3231      parent::__construct($prefixeTable, $filelocation);
    3332      $this->tablef= new manage_tables($this->tables);
    34       $this->exportfile=dirname($this->filelocation).'/'.$this->plugin_name_files.'.sql';
    3533    }
    3634
     
    103101    public function uninstall()
    104102    {
    105       $this->tablef->export($this->exportfile);
    106103      $this->delete_config();
    107104      $this->tablef->drop_tables();
Note: See TracChangeset for help on using the changeset viewer.