forked from science-ation/science-ation
Fix the title
This commit is contained in:
parent
e53a7056e9
commit
45587ee2f4
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user