Fix appData::objectGetEntriesCount() for maintainers

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-09-14 13:37:52 +02:00
committed by Chris Morgan
parent 14bba93d37
commit 36c0da1c15

View File

@@ -258,7 +258,7 @@ class appData
appFamily.state = 'accepted'";
if($sState != 'all')
$sQuery .= " AND appData.state = 'true'";
$sQuery .= " AND appData.state = '$sState'";
if($sType)
{