Changeset 5603
- Timestamp:
- 03/19/08 00:07:45 (7 months ago)
- Files:
-
- 1 modified
-
trunk/lib/model/blog.comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/model/blog.comment.php
r5602 r5603 881 881 $child_written = $post['r2_regdate']; 882 882 $child_comment = POD::escapeString($post['r2_body'], 255); 883 $child_url = POD::escapeString(UTF8::lessenAsEncoding($post['r2_url'] ));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'"); 885 885 $insertId = getCommentsNotifiedSiteInfoMaxId() + 1;
