(Follow-up r86169) Fix three minor issues Reedy found.
authorBrian Wolff <bawolff@users.mediawiki.org>
Sat, 16 Apr 2011 02:19:05 +0000 (02:19 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sat, 16 Apr 2011 02:19:05 +0000 (02:19 +0000)
commite596cfcf78820618d8c8d532408a091d5b795391
tree174eacd759e2c2b0c168cd6a3c6f0add4ba8c13b
parent6a2eb4ff90c416e2ef00ba6663db8cde64c6d11d
(Follow-up r86169) Fix three minor issues Reedy found.

* Some strings were using double quotes needed the dollar sign escaped.
  (the strings had to do with detecting obscure text encodings for IPTC)
* FormatMetadata::collapseContactInfo should be static (for some reason I never got any E_STRICT on this. I think the api suppresses E_STRICT somehow...)
* Exif::get/makeFormattedMetadata method (which appears to no longer be used, and
  never was used, but kept in for compatability just in case) called
  another function without required argument. Also got changed from public
  to private somehow (which is generally a bad idea, especially when its only
  reason for being there is to preserve back-compat). Marked these functions
  as deprecated while I'm at it since they really should not be used.
includes/media/Exif.php
includes/media/FormatMetadata.php
includes/media/IPTC.php