Declare the EXIF type constants only once, when the script is read in,
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 8 May 2005 23:57:19 +0000 (23:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 8 May 2005 23:57:19 +0000 (23:57 +0000)
commit1b669c86a40f9701048deed7b37c97c4f7e68a66
tree2998597d312a25bfb54819e78547c516d945a027
parent1872ab1632353cdb8a73e99d3b7de1f4060d3469
Declare the EXIF type constants only once, when the script is read in,
instead of every time an Exif object is created. Constants cannot be
redefined and this produces a flurry of notice messages.
Also renamed the very generic names, as constants are a global namespace.
includes/Exif.php