Cleanup of message displaying and navigation reloading.

This commit is contained in:
Michal Čihař
2004-10-21 10:18:12 +00:00
parent 1293dc1a24
commit 3f258cfb45
22 changed files with 161 additions and 128 deletions

View File

@@ -29,13 +29,8 @@ require_once('./libraries/db_table_exists.lib.php');
/**
* Displays headers
*/
if (!isset($message)) {
$js_to_run = 'functions.js';
require_once('./header.inc.php');
} else {
PMA_showMessage($message);
unset($message);
}
$js_to_run = 'functions.js';
require_once('./header.inc.php');
/**