Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'import_status.php')
-rw-r--r--import_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/import_status.php b/import_status.php
index 33af5355c1..c3d9a56f4b 100644
--- a/import_status.php
+++ b/import_status.php
@@ -97,7 +97,7 @@ foreach ($get_params as $one_get_param) {
}
// AJAX requests can't be cached!
-PMA_no_cache_header();
+PMA_noCacheHeader();
// $GLOBALS["message"] is used for asking for an import message
if (isset($GLOBALS["message"]) && $GLOBALS["message"]) {