Document (Window) Title: Update variable name to avoid conflict when paging is used.

This commit is contained in:
Nate Jones
2014-07-10 00:32:50 +00:00
parent a8e60b15d5
commit dc2196dd6f
80 changed files with 107 additions and 107 deletions

View File

@@ -164,10 +164,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//show the header
require_once "resources/header.php";
if ($action == "add") {
$page["title"] = $text['title-module_add'];
$document['title'] = $text['title-module_add'];
}
if ($action == "update") {
$page["title"] = $text['title-module_edit'];
$document['title'] = $text['title-module_edit'];
}
//show the content