r61207 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61206‎ | r61207 | r61208 >
Date:17:54, 18 January 2010
Author:maxsem
Status:ok
Tags:
Comment:
rv bit accidentally committed in r61180
Modified paths:
  • /trunk/phase3/includes/db/DatabaseSqlite.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseSqlite.php
@@ -21,7 +21,7 @@
2222 * Constructor.
2323 * Parameters $server, $user and $password are not used.
2424 */
25 - function __construct( $server = false, $user = false, $password = false, $dbName = false, $failFunction = false, $flags = 0, $fileame = false ) {
 25+ function __construct( $server = false, $user = false, $password = false, $dbName = false, $failFunction = false, $flags = 0 ) {
2626 global $wgSQLiteDataDir;
2727 $this->mFailFunction = $failFunction;
2828 $this->mFlags = $flags;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61180Ran stylize.php on DatabaseSqlitemaxsem20:47, 17 January 2010

Status & tagging log