Fix handling of rejected applications

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-03-17 00:53:17 +00:00
committed by WineHQ
parent 23ca478ce0
commit 49b1e9b78a

View File

@@ -271,10 +271,11 @@ if ($aClean['sSub'])
} }
if ($aClean['sSub'] == 'view' && if ($aClean['sSub'] == 'view' &&
($aClean['sAppName'] || $aClean['sAppType'] != "application")) ($aClean['sAppName'] || $aClean['iAppId'] || $aClean['sAppType'] != "application"))
{ {
/* The appname is already entered in the potential duplicates step */ /* The appname is already entered in the potential duplicates step */
$oApp->sName = $aClean['sAppName']; if(!$oApp->sName)
$oApp->sName = $aClean['sAppName'];
$x = new TableVE("view"); $x = new TableVE("view");
apidb_header("Application Queue"); apidb_header("Application Queue");