r40364 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40363‎ | r40364 | r40365 >
Date:08:03, 3 September 2008
Author:mkroetzsch
Status:old
Tags:
Comment:
remove unused globals
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_TypePage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_TypePage.php
@@ -31,7 +31,6 @@
3232 * article that indicates further results).
3333 */
3434 protected function doQuery() {
35 - global $wgContLang;
3635 $store = smwfGetStore();
3736 $options = new SMWRequestOptions();
3837 $options->limit = $this->limit + 1;
Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php
@@ -39,8 +39,6 @@
4040 * article that indicates further results).
4141 */
4242 protected function doQuery() {
43 - global $wgContLang;
44 -
4543 $store = smwfGetStore();
4644 $options = new SMWRequestOptions();
4745 $options->limit = $this->limit + 1;

Status & tagging log