Changeset 5604 for trunk/lib/model/blog.comment.php
- Timestamp:
- 03/19/08 00:29:59 (8 months ago)
- Files:
-
- 1 modified
-
trunk/lib/model/blog.comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/model/blog.comment.php
r5603 r5604 880 880 $child_homepage = POD::escapeString(UTF8::lessenAsEncoding($post['r2_homepage'], 80)); 881 881 $child_written = $post['r2_regdate']; 882 $child_comment = POD::escapeString($post['r2_body'] , 255);882 $child_comment = POD::escapeString($post['r2_body']); 883 883 $child_url = POD::escapeString(UTF8::lessenAsEncoding($post['r2_url'],255)); 884 884 $siteId = POD::queryCell("SELECT id FROM {$database['prefix']}CommentsNotifiedSiteInfo WHERE url = '$homepage'");
