X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Freminder.php;h=8c96ea85bff532e23aed7a29b9187f8dedff684b;hp=e17a7bf06ab5767faf0899961a22065a17ffc7b5;hb=a83ac7d982fa4f9d49ac3e6dedac8b489f2f7baa;hpb=46140faa11b97252647178a811da22509256d6c4 diff --git a/include/reminder.php b/include/reminder.php index e17a7bf..8c96ea8 100644 --- a/include/reminder.php +++ b/include/reminder.php @@ -1,5 +1,5 @@ +/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016 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);