From: arun Date: Wed, 13 Dec 2006 11:00:18 +0000 (+0000) Subject: small bugfix, had a wrong name for a variable X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=82b22f1efb1742150bf0f04915a1e586ddad9a3b small bugfix, had a wrong name for a variable --- diff --git a/db.php b/db.php index fde7ab6..f893748 100644 --- a/db.php +++ b/db.php @@ -267,7 +267,7 @@ function DB_set_solo_by_hash($me,$solo) return; } -function DB_set_sickness_by_hash($me,$sickness) +function DB_set_sickness_by_hash($hash,$sickness) { mysql_query("UPDATE Hand SET sickness=".DB_quote_smart($sickness)." WHERE hash=".DB_quote_smart($hash)); return;