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 @@
99
99
// Pull db data
100
100
$res = $dbr->select(
101
101
$tables,
102
- 'not_id'
102
+ 'not_id',
103
103
$conds,
104
104
__METHOD__
105
105
);
Status & tagging log
14:37, 30 October 2010
TheDJ
(
talk
|
contribs
)
changed the
status
of r74321
[
removed:
new
added:
ok]