From 168c8dd0ba96f15ccfb66443b223e44dc30b5ad2 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 27 Dec 2003 09:13:26 +0000 Subject: [PATCH] adding variable test git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6330 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/abook_database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/abook_database.php b/functions/abook_database.php index 8023f704..03d262a7 100644 --- a/functions/abook_database.php +++ b/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(); } -- 2.25.1