Changeset 11839 for trunk/include
- Timestamp:
- Jul 26, 2011, 9:04:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/picture_comment.inc.php
r11236 r11839 32 32 foreach ($related_categories as $category) 33 33 { 34 if ($category['commentable'] == 'true')34 if ($category['commentable']) 35 35 { 36 36 $page['show_comments'] = true;
Note: See TracChangeset
for help on using the changeset viewer.