Ignore:
Timestamp:
Dec 30, 2004, 9:36:48 AM (19 years ago)
Author:
plg
Message:
  • bug fixed on setting commentable property for a single category (bug in template and in query generation)
  • bug on determining whether an element is commentable or not depending on categories it belongs to
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_modify.php

    r649 r668  
    6363  if ( isset( $_POST['uploadable'] ) )
    6464    $query.= ", uploadable = '".$_POST['uploadable']."'";
     65
     66  if ( isset( $_POST['commentable'] ) )
     67    $query.= ", commentable = '".$_POST['commentable']."'";
    6568
    6669  if ( isset( $_POST['associate'] ) )
Note: See TracChangeset for help on using the changeset viewer.