Changeset 6591 for trunk/picture.php


Ignore:
Timestamp:
Jun 23, 2010, 8:34:45 PM (14 years ago)
Author:
nikrou
Message:

Bug 1743 fixed : comment form is not visible because of boolean management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r6461 r6591  
    411411while ($row = pwg_db_fetch_assoc($result))
    412412{
     413  $row['commentable'] = boolean_to_string($row['commentable']);
    413414  array_push($related_categories, $row);
    414415}
Note: See TracChangeset for help on using the changeset viewer.