oops, typo

git-svn-id: http://svn.automattic.com/wordpress/trunk@1005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-03-25 03:56:13 +00:00
parent b8df8fb93d
commit a2d8fcf716
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ switch($action) {
post_password = '$post_password',
post_name = '$post_name',
to_ping = '$trackback',
post_modified = '$now'
post_modified = '$now',
post_modified_gmt = '$now_gmt'
WHERE ID = $post_ID ");