include("config.inc");
include("common.inc");
function print_applicants($db, $sql) {
if (! ($query = pg_exec($db, $sql))) {
echo "Problem with query", pg_ErrorMessage($db), "
";
pg_Close($db);
return FALSE;
}
$rows = pg_NumRows($query);
for ($i = 0 ; $i < $rows ; $i++) {
$row = pg_Fetch_Array($query, $i);
echo "
Below is the list of Debian maintainers who are currently active as Application Managers:
Below is the list of Debian maintainers who used to help as Application Managers in the past: