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

Fix bug 1743 : comment form is not visible because of boolean management
merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/picture.php

    r6460 r6592  
    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.