Ignore:
Timestamp:
Nov 18, 2009, 11:02:21 PM (14 years ago)
Author:
Eric
Message:

Rollback to preview commit

File:
1 edited

Legend:

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

    r4305 r4306  
    157157  (author, author_id, content, date, validated, validation_date, image_id)
    158158  VALUES (
    159     "'.addslashes($comm['author']).'",
     159    "'.$comm['author'].'",
    160160    '.$comm['author_id'].',
    161     "'.addslashes($comm['content']).'",
     161    "'.$comm['content'].'",
    162162    NOW(),
    163163    "'.($comment_action=='validate' ? 'true':'false').'",
Note: See TracChangeset for help on using the changeset viewer.