bug, duplicate code
This commit is contained in:
@@ -180,15 +180,6 @@ function getQueuedAppCount()
|
|||||||
return $ob->queued_apps;
|
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 */
|
/* get the number of applications in the appQueue table */
|
||||||
function getQueuedMaintainerCount()
|
function getQueuedMaintainerCount()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user