r60804 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60803‎ | r60804 | r60805 >
Date:19:49, 7 January 2010
Author:demon
Status:ok
Tags:
Comment:
NULL -> null
Modified paths:
  • /trunk/extensions/intersection/DynamicPageList.php (modified) (history)

Diff [purge]

Index: trunk/extensions/intersection/DynamicPageList.php
@@ -82,7 +82,7 @@
8383 $iGalleryImageWidth = 0;
8484 $iGalleryNumbRows = 0;
8585 $sGalleryCaption = '';
86 - $gallery = NULL;
 86+ $gallery = null;
8787
8888 $sOrderMethod = 'categoryadd';
8989 $sOrder = 'descending';
@@ -133,7 +133,7 @@
134134 break;
135135 case 'namespace':
136136 $ns = $wgContLang->getNsIndex($sArg);
137 - if ( NULL != $ns ) {
 137+ if ( null != $ns ) {
138138 $iNamespace = $ns;
139139 $bNamespace = true;
140140 } else {

Status & tagging log