goIfInvalid("../index.php"); $Me -> goIfNotChair('../index.php'); $Conf -> connect(); ?> header("List All Reviewers ") ?>

This page shows you all the reviewers.

qe("SELECT ContactInfo.contactId, ContactInfo.email, " . " ContactInfo.firstName, ContactInfo.lastName" . " FROM ContactInfo ORDER BY ContactInfo.lastName, ContactInfo.firstName"); $i = 0; if (DB::isError($result)) { $Conf->errorMsg("Error in retrieving reviewer list " . $result->getMessage()); } else { while ($row = $result->fetchRow()) { $f = 0; $id = $row[$f++]; $allReviewers[$i] = $id; $allReviewersEmail[$id] = $row[$f++]; $allReviewersFirstName[$id] = $row[$f++]; $allReviewersLastName[$id] = $row[$f++]; $i++; } } // // Determine the number of completed and started reviews for all papers // ?> qe($query); if ( DB::isError($result) ) { $Conf->errorMsg("Problem with reviewer paper review lookup . " . $result->getMessage()); } else { $row = $result->fetchRow(); $cnt = $row[0]; if ($cnt > 0) { $num_reviewers++; ?> `
Email: Name Reviews
There are the reviewers. footer() ?>