Fix SQL on adminMaintainers page

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-05-12 20:53:23 +02:00
committed by Chris Morgan
parent 2633cfe728
commit 6c3a3c4164

View File

@@ -22,7 +22,7 @@ if (isset($aClean['sSub']))
{
// get available maintainers
$sQuery = "SELECT * FROM appMaintainers, user_list where appMaintainers.userId = user_list.userid";
$sQuery.= " AND queued='false' ORDER BY realname;";
$sQuery.= " AND state='accepted' ORDER BY realname;";
$hResult = query_parameters($sQuery);
if(!$hResult || !query_num_rows($hResult))