From 150dd960204c0d1a63f2d79bfb27820ae4e8e939 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 18 May 2007 07:03:21 +0000 Subject: - Patch #144746 by drewish: fixed menu router table definition. --- modules/system/system.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index b8cecee2c..52809fa92 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -368,7 +368,7 @@ function system_install() { title_arguments varchar(255) NOT NULL default '', type int NOT NULL default 0, block_callback varchar(255) NOT NULL default '', - description varchar(255) NOT NULL default '', + description TEXT, position varchar(255) NOT NULL default '', weight int NOT NULL default 0, PRIMARY KEY (path), @@ -888,7 +888,7 @@ function system_install() { title_arguments varchar(255) NOT NULL default '', type int NOT NULL default 0, block_callback varchar(255) NOT NULL default '', - description varchar(255) NOT NULL default '', + description TEXT, position varchar(255) NOT NULL default '', weight int NOT NULL default 0, PRIMARY KEY (path) -- cgit v1.2.3