The branch, master has been updated via 1d687ef960ea91c35772946c0297f6e632ad1da7 (commit) from ff074b1d2f984b0467e8424110caee9769ff4c89 (commit)
- Log ----------------------------------------------------------------- commit 1d687ef960ea91c35772946c0297f6e632ad1da7 Author: Michal Čihař mcihar@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