r87302 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87301‎ | r87302 | r87303 >
Date:21:38, 2 May 2011
Author:reedy
Status:ok
Tags:
Comment:
Kill & from r87290
Modified paths:
  • /trunk/phase3/includes/db/DatabaseSqlite.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseSqlite.php
@@ -389,7 +389,7 @@
390390 * @param $options array
391391 * @return string
392392 */
393 - function makeInsertOptions( &$options ) {
 393+ function makeInsertOptions( $options ) {
394394 $options = self::fixIgnore( $options );
395395 return parent::makeInsertOptions( $options );
396396 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87290Add makeInsertOptions...reedy20:14, 2 May 2011

Status & tagging log