Changeset 135
- Timestamp:
- 2008-03-03 17:21:49 (10 months ago)
- Files:
-
- trunk/classes/pages/Reply.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/pages/Reply.php
r108 r135 73 73 $row4 = $q->fetchObject(); 74 74 $q = NULL; 75 $_quote_text = '[quote=' . $quote . ']' . $ F->htmlentities($row4->post, TRUE). '[/quote]';75 $_quote_text = '[quote=' . $quote . ']' . $row4->post . '[/quote]'; 76 76 } 77 77 // default: not previously subscribed
