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 = '?'
|
appData.queued = '?'
|
||||||
AND
|
AND
|
||||||
appData.type = '?'";
|
appData.type = '?'";
|
||||||
if(!$iRows && !$iStarts)
|
if(!$iRows && !$iStart)
|
||||||
{
|
{
|
||||||
$hResult = query_parameters($sQuery, $_SESSION['current']->iUserId,
|
$hResult = query_parameters($sQuery, $_SESSION['current']->iUserId,
|
||||||
$bQueued ? "true" : "false", $sType);
|
$bQueued ? "true" : "false", $sType);
|
||||||
|
|||||||
Reference in New Issue
Block a user