r23025 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23024‎ | r23025 | r23026 >
Date:02:56, 16 June 2007
Author:tstarling
Status:old
Tags:
Comment:
Less debug output
Modified paths:
  • /trunk/phase3/includes/MacBinary.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/MacBinary.php
@@ -100,7 +100,7 @@
101101
102102 fseek( $this->handle, 0 );
103103 $head = fread( $this->handle, 128 );
104 - $this->hexdump( $head );
 104+ #$this->hexdump( $head );
105105
106106 if( strlen( $head ) < 128 ) {
107107 wfDebug( "$fname: couldn't read full MacBinary header\n" );

Follow-up revisions

RevisionCommit summaryAuthorDate
r23039Merged revisions 22967-23037 via svnmerge from...david20:15, 16 June 2007

Status & tagging log