r74321 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74320‎ | r74321 | r74322 >
Date:20:23, 5 October 2010
Author:kaldari
Status:ok
Tags:
Comment:
missing a comma
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.db.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.db.php
@@ -98,7 +98,7 @@
9999 // Pull db data
100100 $res = $dbr->select(
101101 $tables,
102 - 'not_id'
 102+ 'not_id',
103103 $conds,
104104 __METHOD__
105105 );

Status & tagging log