diff --git a/inc/customer.class.php b/inc/customer.class.php index f0b011f0..b31074ed 100644 --- a/inc/customer.class.php +++ b/inc/customer.class.php @@ -56,7 +56,7 @@ class SP_Customer { $queryRes = DB::getResults($query, __FUNCTION__, TRUE); if ($queryRes === FALSE) { - return FALSE; + return array(); } if ($retAssocArray) { @@ -277,4 +277,4 @@ class SP_Customer { return $queryRes->uses; } -} \ No newline at end of file +}