Fix the title

This commit is contained in:
dave 2010-01-21 20:33:03 +00:00
parent e53a7056e9
commit 45587ee2f4

View File

@ -61,7 +61,7 @@ case 'delete':
}
send_header("Registration List and Statistics",
send_header("Registration List and Management",
array('Committee Main' => 'committee_main.php',
'Administration' => 'admin/index.php',
'Participant Registration' => 'admin/registration.php')
@ -302,7 +302,7 @@ while($r=mysql_fetch_object($q)) {
echo "</table>";
echo "<br/><br/>The statistics have moved here: <a href=\"registration_stats.php\">Registration Statistics</a><br/><br/>";
echo "<br/><br/>The statistics have moved here: <a href=\"registrations_stats.php\">Registration Statistics</a><br/><br/>";
send_footer();