Fix moving version to existing application, variable wasn't prefixed correctly

This commit is contained in:
Tony Lambregts
2006-07-08 22:45:40 +00:00
committed by WineHQ
parent 95cb27dc69
commit 0cf64d78e0

View File

@@ -61,7 +61,7 @@ function outputSearchTableForDuplicateFlagging($currentAppId, $hResult)
//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";