From 36c0da1c1579701d3b4c8f71acfd16a8a41b7d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 14 Sep 2008 13:37:52 +0200 Subject: [PATCH] Fix appData::objectGetEntriesCount() for maintainers --- include/appData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/appData.php b/include/appData.php index d29dea2..a5e32c4 100644 --- a/include/appData.php +++ b/include/appData.php @@ -258,7 +258,7 @@ class appData appFamily.state = 'accepted'"; if($sState != 'all') - $sQuery .= " AND appData.state = 'true'"; + $sQuery .= " AND appData.state = '$sState'"; if($sType) {