From: Roland Haeder Date: Thu, 25 Sep 2014 20:25:22 +0000 (+0200) Subject: Minor improvements X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=e57dfa25dc918f10c442e01c8600cf262804a1ef Minor improvements Signed-off-by: Roland Häder --- diff --git a/contrib/chash/chash.php b/contrib/chash/chash.php index 7f5eb349..0ebd6dcb 100644 --- a/contrib/chash/chash.php +++ b/contrib/chash/chash.php @@ -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