projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0703a75
)
fix: missed a ;
author
arun
<arun@nubati.net>
Tue, 22 May 2007 09:52:17 +0000
(09:52 +0000)
committer
arun
<arun>
Tue, 22 May 2007 09:52:17 +0000
(09:52 +0000)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index e8fffb7478d36abf6d195fca5579b44a1c5a1b8e..0fc89de2f97200348fa3bc185a88d80186043d94 100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-1316,11
+1316,11
@@
else if(myisset("me"))
}
if(sizeof($h))
$header = "CC: ".join(",",$h)."\r\n";
}
if(sizeof($h))
$header = "CC: ".join(",",$h)."\r\n";
-
+
foreach($userids as $user)
{
$To = DB_get_email_by_userid($user);
foreach($userids as $user)
{
$To = DB_get_email_by_userid($user);
- $hash = DB_get_hash_from_gameid_and_userid($gameid,$user)
+ $hash = DB_get_hash_from_gameid_and_userid($gameid,$user)
;
$mymessage = $message."Use this link to have a look at the game: ".$host."?me=".$hash."\n\n" ;
mymail($To,$EmailName."game over (game $gameid)",$mymessage,$header);
}
$mymessage = $message."Use this link to have a look at the game: ".$host."?me=".$hash."\n\n" ;
mymail($To,$EmailName."game over (game $gameid)",$mymessage,$header);
}