From 9db190c7e736ec8d063187d4241b59feaf7dc2d1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 22 Jun 2011 11:28:20 +0200 Subject: update to MediaWiki 1.17.0 --- includes/Exif.php | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'includes/Exif.php') diff --git a/includes/Exif.php b/includes/Exif.php index 594e633a..630821c3 100644 --- a/includes/Exif.php +++ b/includes/Exif.php @@ -1,5 +1,7 @@ mExif = $exif; } @@ -1146,15 +1148,3 @@ class FormatExif { return $a; } } - -/** - * MW 1.6 compatibility - */ -define( 'MW_EXIF_BYTE', Exif::BYTE ); -define( 'MW_EXIF_ASCII', Exif::ASCII ); -define( 'MW_EXIF_SHORT', Exif::SHORT ); -define( 'MW_EXIF_LONG', Exif::LONG ); -define( 'MW_EXIF_RATIONAL', Exif::RATIONAL ); -define( 'MW_EXIF_UNDEFINED', Exif::UNDEFINED ); -define( 'MW_EXIF_SLONG', Exif::SLONG ); -define( 'MW_EXIF_SRATIONAL', Exif::SRATIONAL ); -- cgit v1.2.3-54-g00ecf