diff options
-rw-r--r-- | modules/system/system.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 30de39ba0..069913beb 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -681,7 +681,6 @@ function system_install() { db_query("CREATE TABLE {boxes} ( bid serial, - title varchar(64) NOT NULL default '', body text, info varchar(128) NOT NULL default '', format smallint NOT NULL default '0', |