Document (Window) Title: Update variable name to avoid conflict when paging is used.
This commit is contained in:
@@ -176,10 +176,10 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
//send the content to the browser
|
||||
require_once "resources/header.php";
|
||||
if ($action == "add") {
|
||||
$page["title"] = $text['title-option_add'];
|
||||
$document['title'] = $text['title-option_add'];
|
||||
}
|
||||
if ($action == "update") {
|
||||
$page["title"] = $text['title-option_edit'];
|
||||
$document['title'] = $text['title-option_edit'];
|
||||
}
|
||||
|
||||
echo "<div align='center'>";
|
||||
|
||||
Reference in New Issue
Block a user