r2l by yoav
[squirrelmail.git] / functions / addressbook.php
index f0f4def4ede464d763ddab7ea9585539dfbddd61..18c2dd6812ecd155dcee163667c0e4f81de58393 100644 (file)
@@ -63,7 +63,7 @@ function addressbook_init($showerr = true, $onlylocal = false) {
     */
     if (isset($addrbook_dsn) && !empty($addrbook_dsn)) {
         /* Database */
-        if (!isset($addrbook_table) || isempty($addrbook_table)) {
+        if (!isset($addrbook_table) || empty($addrbook_table)) {
             $addrbook_table = 'address';
         }
         $r = $abook->add_backend('database', Array('dsn' => $addrbook_dsn,
@@ -525,4 +525,4 @@ function alistcmp($a,$b) {
     return (strtolower($a['name']) > strtolower($b['name'])) ? 1 : -1;
 }
 
-?>
+?>
\ No newline at end of file