r71617 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71616‎ | r71617 | r71618 >
Date:02:24, 25 August 2010
Author:reedy
Status:reverted
Tags:
Comment:
Followup r71609 add missing $
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -1115,7 +1115,7 @@
11161116 * @return bool
11171117 */
11181118 function insert( $table, $a, $fname = 'DatabaseBase::insert', $options = array() ) {
1119 - return this->insertOnDupeUpdate( $table, $a, $fname, $options );
 1119+ return $this->insertOnDupeUpdate( $table, $a, $fname, $options );
11201120 }
11211121
11221122 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71609Create insertOnDupeUpdate, called by insert...reedy01:03, 25 August 2010

Status & tagging log