Changeset 6424


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

Bug 1705 fixed : User cannot add comment with double quotes
Merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/include/functions_comment.inc.php

    r6364 r6424  
    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.