Changeset 6423


Ignore:
Timestamp:
May 29, 2010, 1:32:01 PM (14 years ago)
Author:
nikrou
Message:

Bug 1705 fixed : double quotes were not escaped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_comment.inc.php

    r6363 r6423  
    159159    "'.$comm['author'].'",
    160160    '.$comm['author_id'].',
    161     "'.$comm['content'].'",
     161    "'.pwg_db_real_escape_string($comm['content']).'",
    162162    NOW(),
    163163    "'.($comment_action=='validate' ? 'true':'false').'",
Note: See TracChangeset for help on using the changeset viewer.