summaryrefslogtreecommitdiffstats
path: root/db.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-02-03 04:24:35 +0000
committerarun <arun>2007-02-03 04:24:35 +0000
commitd40474acceedefcd9aa3ae7dc314c260f81537fe (patch)
tree58c76582d7775cedafd5839a58bdfe144679012d /db.php
parent4debc08c04fc66d59a04eab5fb10bbdb31ddece0 (diff)
downloade-DoKo-d40474acceedefcd9aa3ae7dc314c260f81537fe.tar.gz
e-DoKo-d40474acceedefcd9aa3ae7dc314c260f81537fe.tar.bz2
e-DoKo-d40474acceedefcd9aa3ae7dc314c260f81537fe.zip
you can now cancle games, if they are older than a month
Diffstat (limited to 'db.php')
-rw-r--r--db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.php b/db.php
index 45f5eff..1b047d3 100644
--- a/db.php
+++ b/db.php
@@ -261,7 +261,7 @@ function DB_get_gameid_by_hash($hash)
function DB_cancel_game($hash)
{
- $gameid = DB_get_gameid_by_hash($me);
+ $gameid = DB_get_gameid_by_hash($hash);
if(!$gameid)
return;