Remove unneeded $postquery lvalue. From Kitten.

git-svn-id: https://develop.svn.wordpress.org/trunk@1397 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-06-10 03:29:59 +00:00
parent 7f3d0a8af1
commit 1b963e06d8
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ case 'post':
('0', '$user_ID', '$now', '$now_gmt', '$content', '$post_title', '$excerpt', '$post_status', '$comment_status', '$ping_status', '$post_password', '$post_name', '$trackback', '$now', '$now_gmt')
";
}
$postquery =
$result = $wpdb->query($postquery);
$post_ID = $wpdb->get_var("SELECT ID FROM $wpdb->posts ORDER BY ID DESC LIMIT 1");