X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Freminder.php;h=54e9b09ed0b3db26157f1c5822f10bc2a23d839d;hp=9d10b9568ec786b957fcf17febdcd2c3fc57ab9a;hb=dd925069d7ffca64f28017ec62e8ebe5abba5d32;hpb=2d296b5743e2f2a07816f08e42d9ee1828e26a67 diff --git a/include/reminder.php b/include/reminder.php index 9d10b95..54e9b09 100644 --- a/include/reminder.php +++ b/include/reminder.php @@ -1,5 +1,5 @@ +/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud * * This file is part of e-DoKo. * @@ -18,7 +18,7 @@ * */ -/* make sure that we are not called from outside the scripts, +/* make sure that we are not called from outside the scripts, * use a variable defined in config.php to check this */ if(!isset($HOST)) @@ -42,6 +42,7 @@ if(!$myid) } DB_update_user_timestamp($myid); +set_language($myid,'uid'); /* get some information from the DB */ $gameid = DB_get_gameid_by_hash($me);