r54364 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r54363
|
r54364
|
r54365
>
Date:
15:08, 4 August 2009
Author:
werdna
Status:
ok
Tags:
Comment:
Fix syntax error
Modified paths:
/trunk/phase3/includes/GlobalFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/GlobalFunctions.php
—
—
@@ -3204,6 +3204,7 @@
3205
3205
$val *= 1024;
3206
3206
case 'k':
3207
3207
$val *= 1024;
3208
+ }
3208
3209
return $val;
3209
3210
}
3210
3211
Status & tagging log
21:59, 4 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r54364
[
removed:
new
added:
ok]