r79920 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r79919
|
r79920
|
r79921
>
Date:
22:54, 9 January 2011
Author:
hartman
Status:
ok
Tags:
Comment:
Followup
r68325
, with comment describing intent of code.
Modified paths:
/trunk/phase3/includes/media/GIF.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/media/GIF.php
—
—
@@ -73,7 +73,8 @@
74
74
75
75
if (!$metadata || $metadata['frameCount'] <= 1)
76
76
return $original;
77
-
77
+
78
+ /* Preserve original image info string, but strip the last char ')' so we can add even more */
78
79
$info = array();
79
80
$info[] = substr( $original, 1, strlen( $original )-2 );
80
81
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r68325
Don't override the default Bitmap.php information in the longDescription() fo...
hartman
16:13, 20 June 2010
Status & tagging log
07:43, 10 January 2011
Bryan
(
talk
|
contribs
)
changed the
status
of r79920
[
removed:
new
added:
ok]