Show
Ignore:
Timestamp:
03/19/08 00:29:59 (8 months ago)
Author:
inureyes
Message:

#887

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/model/blog.comment.php

    r5603 r5604  
    880880    $child_homepage = POD::escapeString(UTF8::lessenAsEncoding($post['r2_homepage'], 80)); 
    881881    $child_written = $post['r2_regdate']; 
    882     $child_comment = POD::escapeString($post['r2_body'], 255); 
     882    $child_comment = POD::escapeString($post['r2_body']); 
    883883    $child_url = POD::escapeString(UTF8::lessenAsEncoding($post['r2_url'],255)); 
    884884    $siteId = POD::queryCell("SELECT id FROM {$database['prefix']}CommentsNotifiedSiteInfo WHERE url = '$homepage'");