[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-12971-g1d687ef

Michal Čihař nijel at users.sourceforge.net
Thu Aug 4 15:22:49 CEST 2011


The branch, master has been updated
       via  1d687ef960ea91c35772946c0297f6e632ad1da7 (commit)
      from  ff074b1d2f984b0467e8424110caee9769ff4c89 (commit)


- Log -----------------------------------------------------------------
commit 1d687ef960ea91c35772946c0297f6e632ad1da7
Author: Michal Čihař <mcihar at suse.cz>
Date:   Thu Aug 4 15:21:59 2011 +0200

    Coding style

-----------------------------------------------------------------------

Summary of changes:
 tbl_get_field.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tbl_get_field.php b/tbl_get_field.php
index f7efd4f..b636c46 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;
 ?>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list