The branch, master has been updated via 13a00df54cecd0db7c71171f2cdda3a96c96812d (commit) from af6954fe826a0c6c4abf67cb51b209ce6b01dd83 (commit)
- Log ----------------------------------------------------------------- commit 13a00df54cecd0db7c71171f2cdda3a96c96812d Author: Michal Čihař mcihar@suse.cz Date: Wed Aug 10 11:34:36 2011 +0200
Remove debugging code
-----------------------------------------------------------------------
Summary of changes: libraries/File.class.php | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/libraries/File.class.php b/libraries/File.class.php index 332c8ea..66a88b8 100644 --- a/libraries/File.class.php +++ b/libraries/File.class.php @@ -737,12 +737,6 @@ class PMA_File return false; }
- echo $size . ' - '; - echo strlen($result) . ' - '; - echo (@$GLOBALS['__len__'] += strlen($result)) . ' - '; - echo $this->_error_message; - echo '<hr />'; - if ($GLOBALS['charset_conversion']) { $result = PMA_convert_string($this->getCharset(), 'utf-8', $result); } else {
hooks/post-receive