From 1ab777e7b585285c6fa7ed60f50b9ba2c9754e46 Mon Sep 17 00:00:00 2001 From: Jeremy Newman Date: Tue, 9 Nov 2004 22:51:38 +0000 Subject: [PATCH] bug, duplicate code --- include/util.php | 9 --------- 1 file changed, 9 deletions(-) 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() {