diff --git a/include/util.php b/include/util.php index ac5b0ae..eb58616 100644 --- a/include/util.php +++ b/include/util.php @@ -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() {