bug, duplicate code

This commit is contained in:
Jeremy Newman
2004-11-09 22:51:38 +00:00
parent 90ac967f43
commit 1ab777e7b5

View File

@@ -180,15 +180,6 @@ function getQueuedAppCount()
return $ob->queued_apps;
}
/* get the number of applications in the appQueue table */
function getQueuedAppCount()
{
$qstring = "SELECT count(*) as queued_apps FROM appQueue";
$result = mysql_query($qstring);
$ob = mysql_fetch_object($result);
return $ob->queued_apps;
}
/* get the number of applications in the appQueue table */
function getQueuedMaintainerCount()
{