http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72828
Revision: 72828
Author: nikerabbit
Date: 2010-09-11 20:27:40 +0000 (Sat, 11 Sep 2010)
Log Message:
-----------
Whitespace fixes
Modified Paths:
--------------
trunk/phase3/includes/GlobalFunctions.php
Modified: trunk/phase3/includes/GlobalFunctions.php
===================================================================
--- trunk/phase3/includes/GlobalFunctions.php 2010-09-11 20:23:01 UTC (rev
72827)
+++ trunk/phase3/includes/GlobalFunctions.php 2010-09-11 20:27:40 UTC (rev
72828)
@@ -3331,9 +3331,8 @@
* 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 );
}
/**
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs