Ignore:
Timestamp:
Nov 25, 2009, 8:02:57 PM (14 years ago)
Author:
nikrou
Message:

Feature 1255: modification in sql queries

  • manage random function
  • manage regex syntax
  • manage quote (single instead of double)
  • manage interval
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r4325 r4367  
    6868      'id' => $_GET['cat_id'],
    6969      'name' => @$_POST['name'],
    70       'commentable' => $_POST['commentable'],
     70      'commentable' => isset($_POST['commentable'])?$_POST['commentable']:'false',
    7171      'uploadable' =>
    7272        isset($_POST['uploadable']) ? $_POST['uploadable'] : 'false',
Note: See TracChangeset for help on using the changeset viewer.