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:
authorMichal Čihař <mcihar@suse.cz>2011-08-04 17:02:32 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-04 17:02:35 +0400
commit94ac586dba53e361d59503b1e934809539df454b (patch)
treeb77d611041a5a2f946276b06ecd83cceacc29a0c /tbl_get_field.php
parent3a10de866c257225ffb41a92d081b31489c305b2 (diff)
Move avoid_cache to end, it is not used so often as size
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index 42d02d0a93..f7efd4f250 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -40,7 +40,6 @@ if ($result === false) {
PMA_download_header(
$table . '-' . $transform_key . '.bin',
PMA_detectMIME($result),
- true,
strlen($result));
echo $result;
?>