appdb/include downloadurl.php

WineHQ wineowner at wine.codeweavers.com
Sun Jan 7 16:59:31 CST 2007


ChangeSet ID:	30867
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/01/07 16:59:31

Modified files:
	include        : downloadurl.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fix editing of download URLs caused by a typo in a variable name.

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

Old revision  New revision  Changes     Path
 1.4           1.5           +1 -1       appdb/include/downloadurl.php

Index: appdb/include/downloadurl.php
diff -u -p appdb/include/downloadurl.php:1.4 appdb/include/downloadurl.php:1.5
--- appdb/include/downloadurl.php:1.4	7 Jan 2007 22:59:31 -0000
+++ appdb/include/downloadurl.php	7 Jan 2007 22:59:31 -0000
@@ -158,7 +158,7 @@ class downloadurl
                     if(!query_parameters("UPDATE appData SET description = '?',
                         url = '?' WHERE id = '?'",
                             $aValues["sDescription$oRow->id"],
-                            $aValues["sURL$oRow->id"], $oRow->id))
+                            $aValues["sUrl$oRow->id"], $oRow->id))
                         return FALSE;
 
                     $sWhatChangedModify .= "Modified\nOld URL: $oRow->url\nOld ".



More information about the wine-cvs mailing list