r71782 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71781‎ | r71782 | r71783 >
Date:08:10, 27 August 2010
Author:daniel
Status:ok
Tags:
Comment:
remove debug output. follow-up to r71698
Modified paths:
  • /trunk/extensions/PagedTiffHandler/PagedTiffHandler_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler_body.php
@@ -495,12 +495,10 @@
496496 if ( is_string( $metadata ) ) $metadata = unserialize( $metadata );
497497
498498 if ( !isset( $metadata['TIFF_METADATA_VERSION'] ) ) {
499 - print "(NO VERSION)\n";
500499 return false;
501500 }
502501
503502 if ( $metadata['TIFF_METADATA_VERSION'] != TIFF_METADATA_VERSION ) {
504 - print "(BAD VERSION: {$metadata['TIFF_METADATA_VERSION']})\n";
505503 return false;
506504 }
507505

Follow-up revisions

RevisionCommit summaryAuthorDate
r71783Merged trunk changes through to r71782.tstarling08:21, 27 August 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71698follow-up to r71204, as per tim's comment: fixed single-page tiffs with tiffi...daniel14:25, 26 August 2010

Status & tagging log