From 6d9f22dba5d50ff55b8d6811412feedd3e534acf Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 21 Jul 2010 07:24:37 +0000 Subject: [PATCH] The use of 'user' as a column name no longer causes errors in SquirrelMail/PostgreSQL git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13965 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index 65966aab..13b6a70a 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -4162,9 +4162,7 @@ sub command94 { sub command95 { print "This is the name of the field in which you want to store the\n"; - print "username of the person the prefs are for. It default to 'user'\n"; - print "which clashes with a reserved keyword in PostgreSQL so this\n"; - print "will need to be changed for that database at least\n"; + print "username of the person the prefs are for. It defaults to 'user'\n"; print "\n"; print "[$WHT$prefs_user_field$NRM]: $WHT"; $new_field = ; -- 2.25.1