From 3cf9a144eeaba5c9754f28eb2b23f93065485f4f Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Sun, 20 Feb 2005 01:57:27 +0000 Subject: [PATCH] Description and webpage were not saved in admin app queue --- admin/adminAppQueue.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index f3bfa2e..d829140 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -91,7 +91,6 @@ if ($_REQUEST['sub']) echo '',"\n"; } else // application { - //help echo "
\n\n"; echo "

This is the full view of the application waiting to be approved. \n"; @@ -206,7 +205,7 @@ if ($_REQUEST['sub']) } $oApp = new Application($_REQUEST['appId']); - $oApp->update($_REQUEST['appName'], $_REQUEST['appDescription'], $_REQUEST['keywords'], $_REQUEST['webPage'], $_REQUEST['vendorId'], $_REQUEST['catId']); + $oApp->update($_REQUEST['appName'], $_REQUEST['description'], $_REQUEST['keywords'], $_REQUEST['webpage'], $_REQUEST['vendorId'], $_REQUEST['catId']); $oApp->unQueue(); } else if(is_numeric($_REQUEST['versionId']) && is_numeric($_REQUEST['appId'])) // version {