From e57dfa25dc918f10c442e01c8600cf262804a1ef Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 25 Sep 2014 22:25:22 +0200 Subject: [PATCH] Minor improvements MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/chash/chash.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5