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)

File:
1 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(
Note: See TracChangeset for help on using the changeset viewer.