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 @@
12861286
12871287 $cgi = '';
12881288 foreach ( $array1 as $key => $value ) {
1289 - if ( $value != '' ) {
 1289+ if ( $value !== '' ) {
12901290 if ( $cgi != '' ) {
12911291 $cgi .= '&';
12921292 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60744Attempt at normalistion of comparison styles - empty string on left and right...reedy19:59, 6 January 2010

Status & tagging log