Show
Ignore:
Timestamp:
06/23/10 20:35:21 (3 years ago)
Author:
nikrou
Message:

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

Files:
1 modified

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}