X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Freminder.php;h=df437ad3adcb65ccf6e9898cf08e8884c97615e6;hp=e17a7bf06ab5767faf0899961a22065a17ffc7b5;hb=993e166c1634e0329547ea240e948e3feadef5ad;hpb=46140faa11b97252647178a811da22509256d6c4 diff --git a/include/reminder.php b/include/reminder.php index e17a7bf..df437ad 100644 --- a/include/reminder.php +++ b/include/reminder.php @@ -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);