Changeset 11398


Ignore:
Timestamp:
Jun 16, 2011, 10:39:34 PM (13 years ago)
Author:
rvelices
Message:

fix upgrade feed sql error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/db/107-database.php

    r11285 r11398  
    3030
    3131$query = '
    32 INSERT INTO piwigo_config (param,value,comment)
     32INSERT INTO '.PREFIX_TABLE.'config (param,value,comment)
    3333  VALUES (\'index_new_icon\',\'true\',\'Display new icons next albums and pictures\')
    3434;';
Note: See TracChangeset for help on using the changeset viewer.