diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index dd56239e1..3f9b89b77 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -807,7 +807,7 @@ function system_install() { fit int NOT NULL default 0, number_parts int NOT NULL default 0, vancode varchar(255) NOT NULL default '', - visible int(11) NOT NULL default '0', + visible int NOT NULL default '0', menu_link varchar(255) NOT NULL default '', parents varchar(255) NOT NULL default '', depth int NOT NULL default '0', |