Response message updates.

This commit is contained in:
Nate Jones
2014-02-23 05:23:08 +00:00
parent d28d587860
commit 8eeff6cbe9
8 changed files with 26 additions and 75 deletions
+4 -8
View File
@@ -80,13 +80,9 @@ if (strlen($id)>0) {
unset($prep_statement, $sql);
}
//redirect the browser
require_once "resources/header.php";
echo "<meta http-equiv=\"refresh\" content=\"2;url=contacts.php\">\n";
echo "<div align='center'>\n";
echo $text['message-delete']."\n";
echo "</div>\n";
require_once "resources/footer.php";
return;
$_SESSION["message"] = $text['message-delete'];
header("Location: contacts.php");
return;
?>