diff options
author | arun <arun@nubati.net> | 2007-02-03 04:25:41 +0000 |
---|---|---|
committer | arun <arun> | 2007-02-03 04:25:41 +0000 |
commit | 63908b2063ccdeb9690b9c685cf1a1eb41ef2e59 (patch) | |
tree | ac1d49be4020853e8a9cef94a8b285249b98de4a /index.php | |
parent | d40474acceedefcd9aa3ae7dc314c260f81537fe (diff) | |
download | e-DoKo-63908b2063ccdeb9690b9c685cf1a1eb41ef2e59.tar.gz e-DoKo-63908b2063ccdeb9690b9c685cf1a1eb41ef2e59.tar.bz2 e-DoKo-63908b2063ccdeb9690b9c685cf1a1eb41ef2e59.zip |
fixed a typo
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |