r60748 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r60747
|
r60748
|
r60749
>
Date:
21:27, 6 January 2010
Author:
reedy
Status:
ok
Tags:
Comment:
Minor followup to
r60744
, fix for comment 2
Modified paths:
/trunk/phase3/includes/GlobalFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/GlobalFunctions.php
—
—
@@ -1285,7 +1285,7 @@
1286
1286
1287
1287
$cgi = '';
1288
1288
foreach ( $array1 as $key => $value ) {
1289
- if ( $value != '' ) {
1289
+ if ( $value !== '' ) {
1290
1290
if ( $cgi != '' ) {
1291
1291
$cgi .= '&';
1292
1292
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r60744
Attempt at normalistion of comparison styles - empty string on left and right...
reedy
19:59, 6 January 2010
Status & tagging log
07:24, 20 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r60748
[
removed:
new
added:
ok]