r80011 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80010‎ | r80011 | r80012 >
Date:14:30, 11 January 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
No space after unary minus
Modified paths:
  • /trunk/phase3/includes/db/DatabaseSqlite.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabaseSqlite.php
@@ -415,7 +415,7 @@
416416 * In SQLite this is SQLITE_MAX_LENGTH, by default 1GB. No way to query it though.
417417 */
418418 function textFieldSize( $table, $field ) {
419 - return - 1;
 419+ return -1;
420420 }
421421
422422 function unionSupportsOrderAndLimit() {

Status & tagging log