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:21:59 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-04 17:21:59 +0400
commit1d687ef960ea91c35772946c0297f6e632ad1da7 (patch)
treebc1e7ce17b75c92bc4096d2625516eae691584fa /tbl_get_field.php
parentff074b1d2f984b0467e8424110caee9769ff4c89 (diff)
Coding style
Diffstat (limited to 'tbl_get_field.php')
-rw-r--r--tbl_get_field.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_get_field.php b/tbl_get_field.php
index f7efd4f250..b636c46022 100644
--- a/tbl_get_field.php
+++ b/tbl_get_field.php
@@ -40,6 +40,7 @@ if ($result === false) {
PMA_download_header(
$table . '-' . $transform_key . '.bin',
PMA_detectMIME($result),
- strlen($result));
+ strlen($result)
+ );
echo $result;
?>