Minor improvements
[core.git] / contrib / chash / chash.php
index 7f5eb349e26dbf13aaae08e95293972e102272a8..0ebd6dcb6c20daa9bcac53a5b7c55fd2d64065ba 100644 (file)
@@ -276,8 +276,8 @@ function initNonce () {
  * @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
-       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