summaryrefslogtreecommitdiffstats
path: root/include/user.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2013-01-14 18:35:59 -0800
committerArun Persaud <arun@nubati.net>2013-01-14 18:35:59 -0800
commitd170223b2c1d92771a6bb6dcd2eac07bb2ad777c (patch)
tree2eb3dbed7a3aefb97a81b48123a880314f299949 /include/user.php
parent0336b5b95349ba50004217c385a5f15a5421fece (diff)
downloade-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/user.php')
-rw-r--r--include/user.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/user.php b/include/user.php
index d85dac5..6169495 100644
--- a/include/user.php
+++ b/include/user.php
@@ -46,6 +46,8 @@ if(myisset('forgot'))
if($ok)
{
+ set_language($myid,'uid');
+
/* check how many entries in recovery table */
$number = DB_get_number_of_passwords_recovery($myid);