Revert r28215: incorrectly moved files
[lhc/web/wiklou.git] / includes / MacBinary.php
index 2f6ad4f..da357e5 100644 (file)
@@ -100,7 +100,7 @@ class MacBinary {
 
                fseek( $this->handle, 0 );
                $head = fread( $this->handle, 128 );
-               $this->hexdump( $head );
+               #$this->hexdump( $head );
 
                if( strlen( $head ) < 128 ) {
                        wfDebug( "$fname: couldn't read full MacBinary header\n" );
@@ -268,4 +268,4 @@ class MacBinary {
        }
 }
 
-?>
+