ChangeSet ID: 31185 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2007/06/11 18:20:55
Modified files: include : appData.php
Log message: Alexander Nicolaysen Sørnes alex@thehandofagony.com Fix type in appData::objectGetEntries()
Patch: http://cvs.winehq.org/patch.py?id=31185
Old revision New revision Changes Path 1.25 1.26 +1 -1 appdb/include/appData.php
Index: appdb/include/appData.php diff -u -p appdb/include/appData.php:1.25 appdb/include/appData.php:1.26 --- appdb/include/appData.php:1.25 11 Jun 2007 23:20:55 -0000 +++ appdb/include/appData.php 11 Jun 2007 23:20:55 -0000 @@ -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);