r56807 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56806‎ | r56807 | r56808 >
Date:11:35, 23 September 2009
Author:ialex
Status:ok
Tags:
Comment:
*STAB* Fix for r56806: remove debugging code
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -720,7 +720,6 @@
721721 $sql = $dbr->limitResult( $sql, $limit, $offset );
722722
723723 $sql .= ' ' . $this->getSelectOptions();
724 - wfVarDump( $sql );
725724 $res = $dbr->query( $sql, __METHOD__ );
726725
727726 return new UserArrayFromResult( $res );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56806* (bug 16310) Credits page now lists IP addresses rather than saying the numb...ialex11:31, 23 September 2009

Status & tagging log