diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index 9098465..062780a 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -61,7 +61,7 @@ function outputSearchTableForDuplicateFlagging($currentAppId, $hResult) //display row echo "\n"; /* map the merging of the current app to the app we are displaying in the table */ - echo " ".html_ahref($oRow->appName,"adminAppQueue.php?sSub=duplicate&sAppType=application&iAppId=".$currentAppId."&appIdMergeTo=".$oRow->appId)."\n"; + echo " ".html_ahref($oRow->appName,"adminAppQueue.php?sSub=duplicate&sAppType=application&iAppId=".$currentAppId."&iAppIdMergeTo=".$oRow->appId)."\n"; echo " $oVersionCount->versions versions  \n"; echo "\n\n";