From: Sam Reed Date: Wed, 6 Jan 2010 21:27:25 +0000 (+0000) Subject: Minor followup to r60744, fix for comment 2 X-Git-Tag: 1.31.0-rc.0~38382 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=5caeb07339fa8079c99094bb11c6d56c78bf20ba;p=lhc%2Fweb%2Fwiklou.git Minor followup to r60744, fix for comment 2 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index f5b33d7f4a..306498eaf5 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1285,7 +1285,7 @@ function wfArrayToCGI( $array1, $array2 = null ) $cgi = ''; foreach ( $array1 as $key => $value ) { - if ( $value != '' ) { + if ( $value !== '' ) { if ( $cgi != '' ) { $cgi .= '&'; }