Changeset 12905 for trunk/install


Ignore:
Timestamp:
Jan 16, 2012, 10:44:29 PM (12 years ago)
Author:
mistic100
Message:

feature:2549 update query not working well (sic)

File:
1 edited

Legend:

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

    r12887 r12905  
    2929$upgrade_description = 'new parameter: Activate comments';
    3030
    31 $query = '
    32 INSERT INTO piwigo_config (param,value,comment)
    33   VALUES (\'activate_comments\',\'true\',\'Global parameter for usage of comments system\')
    34 ;';
    35 pwg_query($query);
     31conf_update_param('activate_comments', 'true');
    3632
    3733echo
Note: See TracChangeset for help on using the changeset viewer.