From b9c1be51f0b168120bc6011850c62d088e514669 Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Fri, 26 Mar 2004 11:26:57 +0000 Subject: [PATCH] typo git-svn-id: http://svn.automattic.com/wordpress/trunk@1018 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-comments-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-comments-post.php b/wp-comments-post.php index 27b484f271..4c48233c3b 100644 --- a/wp-comments-post.php +++ b/wp-comments-post.php @@ -87,7 +87,7 @@ if ($ok) { // if there was no comment from this IP in the last 10 seconds $wpdb->query("INSERT INTO $tablecomments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved) VALUES - ('$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', ,'$now_gmt', '$comment', '$approved') + ('$comment_post_ID', '$author', '$email', '$url', '$user_ip', '$now', '$now_gmt', '$comment', '$approved') "); $comment_ID = $wpdb->get_var('SELECT last_insert_id()');