summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-01-29 12:30:11 +0000
committerDries Buytaert <dries@buytaert.net>2007-01-29 12:30:11 +0000
commitc13268f883d4cf029e1470473a803c68b9aeb1c0 (patch)
treeabac9ca630fdb6357980296293788f70826bc59c
parent3b543c18f58bf0aa4fe5eec7071a88d58a003e9f (diff)
downloadbrdo-c13268f883d4cf029e1470473a803c68b9aeb1c0.tar.gz
brdo-c13268f883d4cf029e1470473a803c68b9aeb1c0.tar.bz2
- Patch #112927 by asimmonds: fixed menu system on PostgreSQL.
-rw-r--r--modules/system/system.install2
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',