From: Niklas Laxström Date: Sat, 11 Sep 2010 20:27:40 +0000 (+0000) Subject: Whitespace fixes X-Git-Tag: 1.31.0-rc.0~34994 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=52dc3a4b55436e6acf8b335ae11dba32a6c961be;p=lhc%2Fweb%2Fwiklou.git Whitespace fixes --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index fa982e0971..7a861f303e 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -3331,9 +3331,8 @@ function wfCountDown( $n ) { * characters before hashing. */ function wfGenerateToken( $salt = '' ) { - $salt = serialize( $salt ); - - return md5( mt_rand( 0, 0x7fffffff ) . $salt ); + $salt = serialize( $salt ); + return md5( mt_rand( 0, 0x7fffffff ) . $salt ); } /**