Use sState for objectGetEntries[Count]()

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-01-20 21:31:15 +01:00
committed by Chris Morgan
parent 4297db9786
commit 9b92c2221c
20 changed files with 190 additions and 226 deletions

View File

@@ -288,7 +288,7 @@ class Monitor {
return "";
}
function objectGetEntries($bQueued, $bRejected)
function objectGetEntries($sState)
{
$hResult = query_parameters("SELECT * FROM appMonitors");
@@ -298,7 +298,7 @@ class Monitor {
return $hResult;
}
function objectGetEntriesCount($bQueued, $bRejected)
function objectGetEntriesCount($sState)
{
$hResult = query_parameters("SELECT COUNT(DISTINCT monitorId) as count
FROM appMonitors");