From 6c5fd827c0ffe1faa14af7e19ebce7a37afa152d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 26 Apr 2002 14:02:49 +0000 Subject: [PATCH] added test --- tbl_qbe.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_qbe.php3 b/tbl_qbe.php3 index 82d39885a..ccb04d82d 100755 --- a/tbl_qbe.php3 +++ b/tbl_qbe.php3 @@ -896,7 +896,7 @@ if(count($Field)>0){ $qry_from .= $ljm.$lj; } // End $ex==1 (testing if it is worth the pain }// End rel work and $alltabs>0 - if(empty($qry_from)) { + if(empty($qry_from) && is_array($alltabs)) { $qry_from=implode(',',$alltabs); } } // End count($Field)>0