Fix type in appData::objectGetEntries()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-06-11 23:20:55 +00:00
committed by WineHQ
parent 59ed94fc54
commit 65a77980c7

View File

@@ -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);