From e624fc6e9d2f070b025f438e6252a84972fa873b Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 17 Dec 2010 09:28:38 -0500 Subject: [PATCH] Bring back the title for the column with subscription checkboxes; complete german translations --- SQL/mysql.initial.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SQL/mysql.initial.sql b/SQL/mysql.initial.sql index 456a483..6e2c247 100644 --- a/SQL/mysql.initial.sql +++ b/SQL/mysql.initial.sql @@ -83,7 +83,7 @@ `changed` datetime NOT NULL DEFAULT '1000-01-01 00:00:00', `del` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(128) NOT NULL DEFAULT '', - `email` varchar(128) NOT NULL, + `email` varchar(255) NOT NULL, `firstname` varchar(128) NOT NULL DEFAULT '', `surname` varchar(128) NOT NULL DEFAULT '', `vcard` text NULL, -- Gitblit v1.9.1