ChangeSet ID: 26356 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/08 17:45:40
Modified files: admin : adminAppQueue.php
Log message: Tony Lambregts tony.lambregts@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 </td>\n"; echo "</tr>\n\n";