summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2006-12-13 11:00:18 +0000
committerarun <arun>2006-12-13 11:00:18 +0000
commit82b22f1efb1742150bf0f04915a1e586ddad9a3b (patch)
treec8ee3ed642f08c27f04cdfe37f11c8de138f93c4
parentbe3e7ed509f7fd3f2009b1ad06554a0c07e1a781 (diff)
downloade-DoKo-82b22f1efb1742150bf0f04915a1e586ddad9a3b.tar.gz
e-DoKo-82b22f1efb1742150bf0f04915a1e586ddad9a3b.tar.bz2
e-DoKo-82b22f1efb1742150bf0f04915a1e586ddad9a3b.zip
small bugfix, had a wrong name for a variable
-rw-r--r--db.php2
1 files changed, 1 insertions, 1 deletions
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;