Fix Active Calls & Registrations page window titles.

This commit is contained in:
Nate Jones
2014-06-16 22:50:47 +00:00
parent 73493541b8
commit b1fe4e4f71
2 changed files with 4 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ require_once "resources/check_auth.php";
//show the header
require_once "resources/header.php";
$page["title"] = $text['header-registrations'];
//show the registrations
echo "<table width='100%' border='0' cellspacing='0' cellpadding='5'>\n";