Fixed typo in table name
git-svn-id: http://svn.automattic.com/wordpress/trunk@655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4aab651a88
commit
9a5a4a52de
|
@ -156,7 +156,7 @@ $wpdb->query("UPDATE $tableoptions SET option_description = 'see <a href=\"http:
|
||||||
$wpdb->query("UPDATE $tableoptions SET option_description = 'see <a href=\"http://php.net/date\">help</a> for format characters' WHERE option_id = 53");
|
$wpdb->query("UPDATE $tableoptions SET option_description = 'see <a href=\"http://php.net/date\">help</a> for format characters' WHERE option_id = 53");
|
||||||
echo ' .';
|
echo ' .';
|
||||||
flush();
|
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`
|
$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` )
|
( `option_id` , `blog_id` , `option_name` , `option_can_override` , `option_type` , `option_value` , `option_width` , `option_height` , `option_description` , `option_admin_level` )
|
||||||
VALUES
|
VALUES
|
||||||
|
|
Loading…
Reference in New Issue