Browse Source

adding variable test

tokul 21 years ago
parent
commit
98418eafd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/abook_database.php

+ 1 - 1
functions/abook_database.php

@@ -202,7 +202,7 @@ class abook_database extends addressbook_backend {
             return false;
         }
 	
-	if(!$this->listing) {
+	if(isset($this->listing) && !$this->listing) {
 	    return array();
 	}