summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-02-03 04:25:41 +0000
committerarun <arun>2007-02-03 04:25:41 +0000
commit63908b2063ccdeb9690b9c685cf1a1eb41ef2e59 (patch)
treeac1d49be4020853e8a9cef94a8b285249b98de4a
parentd40474acceedefcd9aa3ae7dc314c260f81537fe (diff)
downloade-DoKo-63908b2063ccdeb9690b9c685cf1a1eb41ef2e59.tar.gz
e-DoKo-63908b2063ccdeb9690b9c685cf1a1eb41ef2e59.tar.bz2
e-DoKo-63908b2063ccdeb9690b9c685cf1a1eb41ef2e59.zip
fixed a typo
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7996e0d..e33b49b 100644
--- a/index.php
+++ b/index.php
@@ -146,7 +146,7 @@ else if(myisset("cancle","me"))
if(time()-strtotime($r[0]) > 60*60*24*30)
{
$message = "Hello, \n\n".
- "Game $gameid has been cancled because, since nothing happend for a while and $myname requested it.\n";
+ "Game $gameid has been cancled since nothing happend for a while and $myname requested it.\n";
$userids = DB_get_all_userid_by_gameid($gameid);
foreach($userids as $user)