Changeset 1295


Ignore:
Timestamp:
Apr 29, 2006, 6:34:49 PM (18 years ago)
Author:
rvelices
Message:

bug 362: remote site update fails when inserting new cat (MySql err 1048)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/admin/site_update.php

    r1283 r1295  
    251251          boolean_to_string($conf['newcat_default_commentable']),
    252252        'uploadable'  => $site_is_remote
    253           ? false
     253          ? 'false'
    254254          : boolean_to_string($conf['newcat_default_uploadable']),
    255255        'status'      => $conf{'newcat_default_status'},
Note: See TracChangeset for help on using the changeset viewer.