r99968 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r99967
|
r99968
|
r99969
>
Date:
19:53, 16 October 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Parse error (missing ';') in
r99938
.
Modified paths:
/trunk/phase3/includes/objectcache/DBABagOStuff.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/objectcache/DBABagOStuff.php
—
—
@@ -187,7 +187,7 @@
188
188
$key = dba_nextkey( $reader );
189
189
while ( $key ) {
190
190
$result[] = $key;
191
- $key = dba_nextkey( $reader )
191
+ $key = dba_nextkey( $reader );
192
192
}
193
193
194
194
return $result;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r99938
Fixup some assignments in conditionals...
reedy
03:27, 16 October 2011
Status & tagging log
19:56, 16 October 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r99968
[
removed:
new
added:
ok]