Use objectManager to submit and process applications. Remove now unused appsubmit.php

admin/adminAppQueue.php
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-24 23:48:14 +00:00
committed by WineHQ
parent 3a3aa89f4e
commit b11cce6711
11 changed files with 402 additions and 835 deletions

View File

@@ -44,7 +44,7 @@ function global_sidebar_login() {
if($iAppsRejected && !$_SESSION['current']->hasPriv("admin"))
{
$g->add("Review Rejected Apps ($iAppsRejected)", BASE."objectManager.php?".
"sClass=application&bIsQueue=true&bIsRejected=true&sTitle=".
"sClass=application_queue&bIsQueue=true&bIsRejected=true&sTitle=".
"Rejected+Applications", "center");
}