Sfoglia il codice sorgente

* A sparking, new, shiny 'global' line

Tyler Akins 24 anni fa
parent
commit
08e0713212
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      functions/addressbook.php

+ 1 - 0
functions/addressbook.php

@@ -17,6 +17,7 @@
    include('../functions/abook_ldap_server.php');
 
    // Only load database backend if database is configured
+   global $addrbook_dsn;
    if(isset($addrbook_dsn))
       include('../functions/abook_database.php');