diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-23 04:44:36 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-08-23 04:44:36 +0000 |
commit | 02b3898e8f088f50279d860f6c12fb02ee360963 (patch) | |
tree | 2126ca5d053f059f77ef2c657ee6d44c88dab037 /modules/system | |
parent | 28feea3cc56e75a9d4d169c34d2609e8847cf30b (diff) | |
download | brdo-02b3898e8f088f50279d860f6c12fb02ee360963.tar.gz brdo-02b3898e8f088f50279d860f6c12fb02ee360963.tar.bz2 |
#80150 by webchick. Cleanup from #76666.
Diffstat (limited to 'modules/system')
-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 ef59aef5e..5753fe205 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -38,7 +38,6 @@ function system_install() { db_query("CREATE TABLE {boxes} ( bid tinyint NOT NULL auto_increment, - title varchar(64) NOT NULL default '', body longtext, info varchar(128) NOT NULL default '', format int NOT NULL default '0', |