r24433 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24432‎ | r24433 | r24434 >
Date:18:48, 29 July 2007
Author:robchurch
Status:old
Tags:
Comment:
* More precise comment
* Trim whitespace
Modified paths:
  • /trunk/phase3/includes/media/BMP.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/BMP.php
@@ -1,8 +1,8 @@
22 <?php
 3+
34 /**
4 - * Handler for Microsoft bitmap format (bmp). It inherits most of the methods
5 - * from ImageHandler, some of them had to be overriden cause gd does not
6 - * support this format.
 5+ * Handler for Microsoft's bitmap format; getimagesize() doesn't
 6+ * support these files
77 *
88 * @addtogroup Media
99 */
@@ -26,6 +26,4 @@
2727 $h = unpack( 'V' , $h );
2828 return array( $w[1], $h[1] );
2929 }
30 -}
31 -
32 -
 30+}
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r24502Merged revisions 24415-24479 via svnmerge from...david22:31, 31 July 2007

Status & tagging log