correct table name and add some information about global address book
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 10 Dec 2004 18:06:27 +0000 (18:06 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 10 Dec 2004 18:06:27 +0000 (18:06 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8431 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl
doc/db-backend.txt

index 9ca6126b106714990bdaa41098762017ced09436..acba9314ece754ff2cf906a97772130b3be4741b 100755 (executable)
@@ -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 = <STDIN>;
index 10774509d8b95fcca5009015ada1cb15b2d4ac26..ed53bc4adeb0fd9135f7c569a4b7834c184907ff 100644 (file)
@@ -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
 -----------------------------------