From: tokul Date: Fri, 10 Dec 2004 18:06:27 +0000 (+0000) Subject: correct table name and add some information about global address book X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6e00b12723cb5a90cdc074860d61b56b0b01884a;p=squirrelmail.git correct table name and add some information about global address book git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8431 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 9ca6126b..acba9314 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2766,7 +2766,8 @@ sub command98 { sub command99 { print "This is the name of the table you want to store the global address book\n"; - print "data in, it defaults to 'global_address'\n"; + print "data in. Default table name is 'global_abook'. Address book uses same\n"; + print "database format as personal address book.\n"; print "\n"; print "[$WHT$addrbook_global_table$NRM]: $WHT"; $new_table = ; diff --git a/doc/db-backend.txt b/doc/db-backend.txt index 10774509..ed53bc4a 100644 --- a/doc/db-backend.txt +++ b/doc/db-backend.txt @@ -79,7 +79,9 @@ administration plugin. The DSN should look something like: From now on all users' personal addressbooks will be stored in a database. - +Global address book uses same table format as the one used for personal +address book. You can even use same table, if you don't have user named +'global'. Configuring preferences in database -----------------------------------