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:22:30 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-06-01 20:22:30 +0400
commit10510e16b4973f096b0ca05217dda8701f60da7c (patch)
tree000314395d9070672216078d22fdeb3b5e9b79cb /tbl_get_field.php
parent381ae7b85a87e98c296aa4044c12ad8766e8b4c9 (diff)
Fix function name: PMA_download_header -> PMA_downloadHeader
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index c6d982b89b..236f137e77 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -39,7 +39,7 @@ if ($result === false) {
/* Avoid corrupting data */
@ini_set('url_rewriter.tags', '');
-PMA_download_header(
+PMA_downloadHeader(
$table . '-' . $transform_key . '.bin',
PMA_detectMIME($result),
strlen($result)