Only show new players from the last 45 days
[e-DoKo.git] / include / reminder.php
index e17a7bf06ab5767faf0899961a22065a17ffc7b5..54e9b09ed0b3db26157f1c5822f10bc2a23d839d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
  *
  *   This file is part of e-DoKo.
  *
  *
  *   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))
  * use a variable defined in config.php to check this
  */
 if(!isset($HOST))
@@ -42,6 +42,7 @@ if(!$myid)
   }
 
 DB_update_user_timestamp($myid);
   }
 
 DB_update_user_timestamp($myid);
+set_language($myid,'uid');
 
 /* get some information from the DB */
 $gameid   = DB_get_gameid_by_hash($me);
 
 /* get some information from the DB */
 $gameid   = DB_get_gameid_by_hash($me);