瀏覽代碼

Oops, global addressbook wasn't working

pdontthink 22 年之前
父節點
當前提交
0b90dbad9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -24,7 +24,7 @@
    The global addressbook is unmodifiable by anyone.  You must actually
    The global addressbook is unmodifiable by anyone.  You must actually
    use a shell script or whatnot to modify the contents.
    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";
   $address_book_global_filename = "$data_dir/global.abook";
 
 
   Include backends here.
   Include backends here.