From 65a77980c7a9a5f6c4223402a8979aa73e3c0aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Mon, 11 Jun 2007 23:20:55 +0000 Subject: [PATCH] Fix type in appData::objectGetEntries() --- include/appData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/appData.php b/include/appData.php index 4f2248d..4cfeda7 100644 --- a/include/appData.php +++ b/include/appData.php @@ -366,7 +366,7 @@ class appData appData.queued = '?' AND appData.type = '?'"; - if(!$iRows && !$iStarts) + if(!$iRows && !$iStart) { $hResult = query_parameters($sQuery, $_SESSION['current']->iUserId, $bQueued ? "true" : "false", $sType);