appdb/include appData.php

WineHQ wineowner at wine.codeweavers.com
Sun Jun 10 17:11:32 CDT 2007


ChangeSet ID:	31174
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/06/10 17:11:31

Modified files:
	include        : appData.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Fix minor indenting issue

Patch: http://cvs.winehq.org/patch.py?id=31174

Old revision  New revision  Changes     Path
 1.23          1.24          +2 -2       appdb/include/appData.php

Index: appdb/include/appData.php
diff -u -p appdb/include/appData.php:1.23 appdb/include/appData.php:1.24
--- appdb/include/appData.php:1.23	10 Jun 2007 22:11:31 -0000
+++ appdb/include/appData.php	10 Jun 2007 22:11:31 -0000
@@ -163,8 +163,8 @@ class appData
         $sQueued = objectManager::getQueueString($bQueued, $bRejected);
 
         $hResult = query_parameters("SELECT * FROM appData WHERE appId = '?' AND
-            versionId = '?' AND TYPE = '?' AND queued = '?'",
-                $iAppId, $iVersionId, $sType, $sQueued);
+                                     versionId = '?' AND TYPE = '?' AND queued = '?'",
+                                    $iAppId, $iVersionId, $sType, $sQueued);
 
         if(!$hResult || !mysql_num_rows($hResult))
             return FALSE;



More information about the wine-cvs mailing list