made preferences REALLY be cached (in session)
[squirrelmail.git] / functions / addressbook.php
index 8385ca3c4c2982fcf288b027fe6718d25e246fe1..26b6aed3a8c71a1f0f17db38c4ace99f4eb5959a 100644 (file)
@@ -8,7 +8,9 @@
    **  $Id$
    **/
     
-   $addressbook_php = true;
+   if (defined ('addressbook_php'))
+      return; 
+   define ('addressbook_php', true); 
 
    // Include backends here.
    include('../functions/abook_local_file.php');