Changeset 8544


Ignore:
Timestamp:
Jan 9, 2011, 12:48:24 AM (13 years ago)
Author:
grum
Message:

Release 1.0.3
Fix bug bug:2074 (optimized process)

Location:
extensions/ColorStat
Files:
2 edited

Legend:

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

    r8543 r8544  
    210210    $template->set_filename('body_page',
    211211                dirname($this->getFileLocation()).'/admin/cstat_database.tpl');
     212
     213    pwg_query("INSERT INTO ".$this->tables['images']."
     214                SELECT id, 'n', 0, 0, 0, 0, 0, 0, '', ''
     215                  FROM ".IMAGES_TABLE."
     216                  WHERE id NOT IN (SELECT image_id FROM ".$this->tables['images'].")");
    212217
    213218    $datas=Array(
  • extensions/ColorStat/cstat_install.class.inc.php

    r8543 r8544  
    129129                      time=0,
    130130                      quality=0;");
    131       */
    132131      pwg_query("INSERT INTO ".$this->tables['images']."
    133132                  SELECT id, 'n', 0, 0, 0, 0, 0, 0, '', ''
    134133                    FROM ".IMAGES_TABLE."
    135134                    WHERE id NOT IN (SELECT image_id FROM ".$this->tables['images'].")");
     135      */
    136136
    137137      GPCCore::register($this->getPluginName(), CSTAT_VERSION, CSTAT_GPC_NEEDED);
Note: See TracChangeset for help on using the changeset viewer.