Ignore:
Timestamp:
Nov 29, 2009, 1:35:19 PM (14 years ago)
Author:
nikrou
Message:

Feature_1255 :

  • single quotes in queries
  • start using $confdblayer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r4367 r4385  
    243243
    244244    'CAT_STATUS'        => $category['status'],
    245     'CAT_VISIBLE'       => $category['visible'],
    246     'CAT_COMMENTABLE'   => $category['commentable'],
    247     'CAT_UPLOADABLE'    => $category['uploadable'],
     245    'CAT_VISIBLE'       => boolean_to_string($category['visible']),
     246    'CAT_COMMENTABLE'   => boolean_to_string($category['commentable']),
     247    'CAT_UPLOADABLE'    => boolean_to_string($category['uploadable']),
    248248
    249249    'IMG_ORDER_DEFAULT'  => empty($category['image_order']) ?
Note: See TracChangeset for help on using the changeset viewer.