Show
Ignore:
Timestamp:
01/09/11 00:38:49 (2 years ago)
Author:
grum
Message:

Release 1.0.3
Fix bug bug:2074

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/cstat_install.class.inc.php

    r6976 r8543  
    117117      $this->config['installed']=CSTAT_VERSION2; 
    118118      $this->saveConfig(); 
    119 /* 
     119 
     120      /* 
    120121      pwg_query("DELETE FROM ".$this->tables['color_table']); 
    121122      pwg_query("DELETE FROM ".$this->tables['images_colors']); 
     
    128129                      time=0, 
    129130                      quality=0;"); 
     131      */ 
    130132      pwg_query("INSERT INTO ".$this->tables['images']." 
    131133                  SELECT id, 'n', 0, 0, 0, 0, 0, 0, '', '' 
    132134                    FROM ".IMAGES_TABLE." 
    133135                    WHERE id NOT IN (SELECT image_id FROM ".$this->tables['images'].")"); 
    134 */ 
     136 
    135137      GPCCore::register($this->getPluginName(), CSTAT_VERSION, CSTAT_GPC_NEEDED); 
    136138      GPCRequestBuilder::register($this->getPluginName(), dirname($this->getFileLocation()).'/cstat_rb_callback.class.inc.php');