diff options
author | Arun Persaud <arun@nubati.net> | 2013-01-14 18:35:59 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2013-01-14 18:35:59 -0800 |
commit | d170223b2c1d92771a6bb6dcd2eac07bb2ad777c (patch) | |
tree | 2eb3dbed7a3aefb97a81b48123a880314f299949 /include/reminder.php | |
parent | 0336b5b95349ba50004217c385a5f15a5421fece (diff) | |
download | e-DoKo-d170223b2c1d92771a6bb6dcd2eac07bb2ad777c.tar.gz e-DoKo-d170223b2c1d92771a6bb6dcd2eac07bb2ad777c.tar.bz2 e-DoKo-d170223b2c1d92771a6bb6dcd2eac07bb2ad777c.zip |
BUGIFX: added some set_language functions, fixed some strings for translation, fixed typo
Diffstat (limited to 'include/reminder.php')
-rw-r--r-- | include/reminder.php | 3 |
1 files changed, 2 insertions, 1 deletions
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); |