Changeset 1018

Show
Ignore:
Timestamp:
03/26/04 11:26:57 (4 years ago)
Author:
michelvaldrighi
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-comments-post.php

    r1012 r1018  
    8888    (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved)  
    8989    VALUES  
    90     ('$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', ,'$now_gmt', '$comment', '$approved') 
     90    ('$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', '$now_gmt', '$comment', '$approved') 
    9191    "); 
    9292