r71697 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71696‎ | r71697 | r71698 >
Date:14:14, 26 August 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r71662, remove debug code
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -1694,9 +1694,6 @@
16951695 }
16961696 $sql .= '(' . $this->makeList( $row ) . ')';
16971697 }
1698 - if ($fname === 'insertOnDupeUpdate') {
1699 - var_dump($sql); die();
1700 - }
17011698 return $this->query( $sql, $fname );
17021699 }
17031700

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71662Fill out insertOrUpdate in DatabaseBase, rather than blank stub. Followup to ...reedy21:46, 25 August 2010

Status & tagging log