From 222b01f5169f1c7e69762e0e8904c24f78f71882 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 11:52:48 +0200 Subject: update to MediaWiki 1.16.0 --- includes/normal/UtfNormal.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes/normal/UtfNormal.php') diff --git a/includes/normal/UtfNormal.php b/includes/normal/UtfNormal.php index 4f8b1293..e1352fdb 100644 --- a/includes/normal/UtfNormal.php +++ b/includes/normal/UtfNormal.php @@ -25,13 +25,13 @@ require_once dirname(__FILE__).'/UtfNormalUtil.php'; global $utfCombiningClass, $utfCanonicalComp, $utfCanonicalDecomp; -$utfCombiningClass = NULL; -$utfCanonicalComp = NULL; -$utfCanonicalDecomp = NULL; +$utfCombiningClass = null; +$utfCanonicalComp = null; +$utfCanonicalDecomp = null; # Load compatibility decompositions on demand if they are needed. global $utfCompatibilityDecomp; -$utfCompatibilityDecomp = NULL; +$utfCompatibilityDecomp = null; /** * For using the ICU wrapper -- cgit v1.2.2