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,9 +271,10 @@ if ($aClean['sSub'])
}
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 */
if(!$oApp->sName)
$oApp->sName = $aClean['sAppName'];
$x = new TableVE("view");