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


- Log -----------------------------------------------------------------
commit 1d687ef960ea91c35772946c0297f6e632ad1da7
Author: Michal Čihař <[email protected]>
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

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to