From 9a5a4a52def5c08fb2ee399e99fa44781d4cd41f Mon Sep 17 00:00:00 2001 From: mikelittle Date: Sat, 27 Dec 2003 21:30:41 +0000 Subject: [PATCH] Fixed typo in table name git-svn-id: http://svn.automattic.com/wordpress/trunk@655 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/upgrade-072-to-080.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/upgrade-072-to-080.php b/wp-admin/upgrade-072-to-080.php index 9d6c282a7b..04ef7fa9f3 100644 --- a/wp-admin/upgrade-072-to-080.php +++ b/wp-admin/upgrade-072-to-080.php @@ -156,7 +156,7 @@ $wpdb->query("UPDATE $tableoptions SET option_description = 'see query("UPDATE $tableoptions SET option_description = 'see help for format characters' WHERE option_id = 53"); echo ' .'; flush(); -if (!$wpdb->get_var("SELECT option_id FROM $tableoptinos WHERE option_name = 'hack_file'")) { +if (!$wpdb->get_var("SELECT option_id FROM $tableoptions WHERE option_name = 'hack_file'")) { $wpdb->query("INSERT INTO `$tableoptions` ( `option_id` , `blog_id` , `option_name` , `option_can_override` , `option_type` , `option_value` , `option_width` , `option_height` , `option_description` , `option_admin_level` ) VALUES