Oops, global addressbook wasn't working
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Jul 2003 22:10:40 +0000 (22:10 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Jul 2003 22:10:40 +0000 (22:10 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5244 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/addressbook.php

index b31a71f82b28106a67c4c2ac97a6525b7c5836a5..2099ec479293ec9f8a0c1c906964797fbb1c6568 100644 (file)
@@ -24,7 +24,7 @@
    The global addressbook is unmodifiable by anyone.  You must actually
    use a shell script or whatnot to modify the contents.
 
-  global $data_dir;
+  global $data_dir, $address_book_global_filename;
   $address_book_global_filename = "$data_dir/global.abook";
 
   Include backends here.