Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -598,7 +598,7 @@ |
599 | 599 | return $this->mLastResult; |
600 | 600 | } |
601 | 601 | |
602 | | - function queryIgnore( $sql, $fname = '' ) { |
| 602 | + function queryIgnore( $sql, $fname = 'DatabasePostgres::queryIgnore' ) { |
603 | 603 | return $this->query( $sql, $fname, true ); |
604 | 604 | } |
605 | 605 | |