fixed a typo
authorarun <arun@nubati.net>
Sat, 3 Feb 2007 04:25:41 +0000 (04:25 +0000)
committerarun <arun>
Sat, 3 Feb 2007 04:25:41 +0000 (04:25 +0000)
index.php

index 7996e0d2f9ef6db64e2e275b64cb653b5add3b25..e33b49b48624a4572cbf7f4b111f446f0360acf6 100644 (file)
--- 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".
   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)
       
       $userids = DB_get_all_userid_by_gameid($gameid);
       foreach($userids as $user)