Changeset 1145 for trunk/include/category_subcats.inc.php
- Timestamp:
- Apr 11, 2006, 5:55:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_subcats.inc.php
r1135 r1145 95 95 if (isset($row['comment'])) 96 96 { 97 $comment = strip_tags($row['comment'] );97 $comment = strip_tags($row['comment'], '<a><br><p><b><i><small><strong>'); 98 98 } 99 99
Note: See TracChangeset
for help on using the changeset viewer.