From 91e517434e6d6c610330092dd0c38154ec837d3a Mon Sep 17 00:00:00 2001 From: pdontthink Date: Mon, 7 Jul 2003 22:10:40 +0000 Subject: [PATCH] Oops, global addressbook wasn't working git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5244 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index b31a71f8..2099ec47 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -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. -- 2.25.1