Changeset 6176 for extensions/ColorStat/cstat_install.class.inc.php
- Timestamp:
- May 13, 2010, 10:21:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ColorStat/cstat_install.class.inc.php
r6107 r6176 125 125 quality=0;"); 126 126 pwg_query("INSERT INTO ".$this->tables['images']." 127 SELECT id, 'n', 0, 0, 0, 0, 0, 0, '' 127 SELECT id, 'n', 0, 0, 0, 0, 0, 0, '', '' 128 128 FROM ".IMAGES_TABLE." 129 129 WHERE id NOT IN (SELECT image_id FROM ".$this->tables['images'].")");
Note: See TracChangeset
for help on using the changeset viewer.