Fix type in appData::objectGetEntries()
This commit is contained in:
committed by
WineHQ
parent
59ed94fc54
commit
65a77980c7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user