Index: trunk/extensions/intersection/DynamicPageList.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | $iGalleryImageWidth = 0; |
84 | 84 | $iGalleryNumbRows = 0; |
85 | 85 | $sGalleryCaption = ''; |
86 | | - $gallery = NULL; |
| 86 | + $gallery = null; |
87 | 87 | |
88 | 88 | $sOrderMethod = 'categoryadd'; |
89 | 89 | $sOrder = 'descending'; |
— | — | @@ -133,7 +133,7 @@ |
134 | 134 | break; |
135 | 135 | case 'namespace': |
136 | 136 | $ns = $wgContLang->getNsIndex($sArg); |
137 | | - if ( NULL != $ns ) { |
| 137 | + if ( null != $ns ) { |
138 | 138 | $iNamespace = $ns; |
139 | 139 | $bNamespace = true; |
140 | 140 | } else { |