summaryrefslogtreecommitdiffstats
path: root/wp-inst
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-08 11:37:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-08 11:37:15 +0000
commit0e5543d9dc4b5ec7443fc040f20314aef01fd6d2 (patch)
tree4fb533d3ba23f3b62ac2ad69a0cf8b8d86572c95 /wp-inst
parent4f45c60e34b7cf895ad41b51ca4a6495532d95d8 (diff)
downloadwordpress-mu-0e5543d9dc4b5ec7443fc040f20314aef01fd6d2.tar.gz
wordpress-mu-0e5543d9dc4b5ec7443fc040f20314aef01fd6d2.tar.xz
wordpress-mu-0e5543d9dc4b5ec7443fc040f20314aef01fd6d2.zip
Oops, typo
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@553 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst')
-rw-r--r--wp-inst/wp-admin/upgrade-schema.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-inst/wp-admin/upgrade-schema.php b/wp-inst/wp-admin/upgrade-schema.php
index 0abe6e5..71106bb 100644
--- a/wp-inst/wp-admin/upgrade-schema.php
+++ b/wp-inst/wp-admin/upgrade-schema.php
@@ -176,7 +176,7 @@ CREATE TABLE wp_registration_log (
email varchar(255) NOT NULL default '',
IP varchar(30) NOT NULL default '',
blog_id bigint(20) NOT NULL default '0',
- t timestamp NOT NULL default,
+ t timestamp NOT NULL,
PRIMARY KEY (ID),
KEY IP (IP)
);
@@ -200,7 +200,7 @@ CREATE TABLE $wpdb->sitecategories (
cat_ID bigint(20) NOT NULL auto_increment,
cat_name varchar(55) NOT NULL default '',
category_nicename varchar(200) NOT NULL default '',
- last_updated timestamp NOT NULL default,
+ last_updated timestamp NOT NULL,
PRIMARY KEY (cat_ID),
KEY category_nicename (category_nicename),
KEY last_updated (last_updated)