Fix moving version to existing application, variable wasn't prefixed correctly
This commit is contained in:
@@ -61,7 +61,7 @@ function outputSearchTableForDuplicateFlagging($currentAppId, $hResult)
|
|||||||
//display row
|
//display row
|
||||||
echo "<tr class=$sBgColor>\n";
|
echo "<tr class=$sBgColor>\n";
|
||||||
/* map the merging of the current app to the app we are displaying in the table */
|
/* 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 " <td>$oVersionCount->versions versions </td>\n";
|
||||||
echo "</tr>\n\n";
|
echo "</tr>\n\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user