Ignore:
Timestamp:
May 13, 2010, 10:21:05 PM (14 years ago)
Author:
grum
Message:

Improve algorythm for colors analysis + use GPCRequestBuilder interface instead of a local interface

File:
1 edited

Legend:

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

    r6107 r6176  
    125125                      quality=0;");
    126126      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, '', ''
    128128                    FROM ".IMAGES_TABLE."
    129129                    WHERE id NOT IN (SELECT image_id FROM ".$this->tables['images'].")");
Note: See TracChangeset for help on using the changeset viewer.