Minor improvements
authorRoland Haeder <roland@mxchange.org>
Thu, 25 Sep 2014 20:25:22 +0000 (22:25 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 25 Sep 2014 20:25:52 +0000 (22:25 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
contrib/chash/chash.php

index 7f5eb349e26dbf13aaae08e95293972e102272a8..0ebd6dcb6c20daa9bcac53a5b7c55fd2d64065ba 100644 (file)
@@ -276,8 +276,8 @@ function initNonce () {
  * @return     void
  */
 function setModulaHash ($hash) {
  * @return     void
  */
 function setModulaHash ($hash) {
-       $GLOBALS['modula_hash']  = $hash;
-       $GLOBALS['sum_modula'] = calculateSumFromHash($GLOBALS['modula_hash']);
+       $GLOBALS['modula_hash'] = $hash;
+       $GLOBALS['sum_modula']  = calculateSumFromHash($GLOBALS['modula_hash']);
 }
 
 /*
 }
 
 /*
@@ -302,7 +302,7 @@ $gensisHashes = array(
        // FlightGear - Fly free!
        multipleHashString('FlightGear - Fly free!'),
        // Quote from Linus Torwalds
        // FlightGear - Fly free!
        multipleHashString('FlightGear - Fly free!'),
        // Quote from Linus Torwalds
-       multipleHashString('Your code is shit.. your argument is shit.'),
+       multipleHashString('Your code is shit. Your argument is shit.'),
 );
 
 // Calculate "modula hash" from 1st/4th and 2nd/3rd
 );
 
 // Calculate "modula hash" from 1st/4th and 2nd/3rd