appdb/admin adminAppQueue.php

WineHQ wineowner at wine.codeweavers.com
Sat Jul 8 17:45:40 CDT 2006


ChangeSet ID:	26356
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/08 17:45:40

Modified files:
	admin          : adminAppQueue.php 

Log message:
	Tony Lambregts <tony.lambregts at gmail.com>
	Fix moving version to existing application, variable wasn't prefixed correctly

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

Old revision  New revision  Changes     Path
 1.65          1.66          +1 -1       appdb/admin/adminAppQueue.php

Index: appdb/admin/adminAppQueue.php
diff -u -p appdb/admin/adminAppQueue.php:1.65 appdb/admin/adminAppQueue.php:1.66
--- appdb/admin/adminAppQueue.php:1.65	8 Jul 2006 22:45:40 -0000
+++ appdb/admin/adminAppQueue.php	8 Jul 2006 22:45:40 -0000
@@ -61,7 +61,7 @@ function outputSearchTableForDuplicateFl
             //display row
             echo "<tr class=$sBgColor>\n";
             /* map the merging of the current app to the app we are displaying in the table */
-            echo "    <td>".html_ahref($oRow->appName,"adminAppQueue.php?sSub=duplicate&sAppType=application&iAppId=".$currentAppId."&appIdMergeTo=".$oRow->appId)."</td>\n";
+            echo "    <td>".html_ahref($oRow->appName,"adminAppQueue.php?sSub=duplicate&sAppType=application&iAppId=".$currentAppId."&iAppIdMergeTo=".$oRow->appId)."</td>\n";
             echo "    <td>$oVersionCount->versions versions &nbsp;</td>\n";
             echo "</tr>\n\n";
 



More information about the wine-cvs mailing list