Changeset 668 for trunk/picture.php


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/picture.php

    r648 r668  
    785785  // the picture is commentable if it belongs at least to one category which
    786786  // is commentable
    787   if ($category['commentable'])
     787  if ($category['commentable'] == 'true')
    788788  {
    789789    $page['show_comments'] = true;
Note: See TracChangeset for help on using the changeset viewer.