r77325 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77324‎ | r77325 | r77326 >
Date:12:06, 26 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Set blank $fname
Modified paths:
  • /trunk/phase3/includes/db/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabasePostgres.php
@@ -598,7 +598,7 @@
599599 return $this->mLastResult;
600600 }
601601
602 - function queryIgnore( $sql, $fname = '' ) {
 602+ function queryIgnore( $sql, $fname = 'DatabasePostgres::queryIgnore' ) {
603603 return $this->query( $sql, $fname, true );
604604 }
605605

Status & tagging log