diff options
author | Arun Persaud <arun@nubati.net> | 2012-06-09 08:53:39 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-06-09 09:48:09 -0700 |
commit | 5d1647f138763213a32e3e1ba426e3f86157f018 (patch) | |
tree | 0b7c1ffdf98bd0f42c4e09377e3747f3535478f9 /include/functions.php | |
parent | 21099cf40f1696e4e2213e3a497246a2e5570209 (diff) | |
download | e-DoKo-5d1647f138763213a32e3e1ba426e3f86157f018.tar.gz e-DoKo-5d1647f138763213a32e3e1ba426e3f86157f018.tar.bz2 e-DoKo-5d1647f138763213a32e3e1ba426e3f86157f018.zip |
Remove games from digest where the player already moved
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index a17ce08..897b20e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -196,7 +196,7 @@ function mymail($uid,$gameid=0,$type,$message) else { /* store email in database */ - DB_digest_insert_email($To,$message); + DB_digest_insert_email($To,$message,$type,$gameid); } } |