diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-01-29 12:30:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-01-29 12:30:11 +0000 |
commit | c13268f883d4cf029e1470473a803c68b9aeb1c0 (patch) | |
tree | abac9ca630fdb6357980296293788f70826bc59c | |
parent | 3b543c18f58bf0aa4fe5eec7071a88d58a003e9f (diff) | |
download | brdo-c13268f883d4cf029e1470473a803c68b9aeb1c0.tar.gz brdo-c13268f883d4cf029e1470473a803c68b9aeb1c0.tar.bz2 |
- Patch #112927 by asimmonds: fixed menu system on PostgreSQL.
-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', |