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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-06-01 20:24:24 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-06-01 20:24:24 +0400
commitd51ed9835c03a797427c38caae45c1d5c06e18c4 (patch)
tree333693a35c4cc26519f20da2c89e7e3627688fe9 /import_status.php
parent10510e16b4973f096b0ca05217dda8701f60da7c (diff)
Fix function name: PMA_no_cache_header -> PMA_noCacheHeader
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"]) {