summaryrefslogtreecommitdiffstats
path: root/rss.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-12-31 15:45:15 +0000
committerArun Persaud <arun@nubati.net>2012-12-31 16:45:33 +0000
commita38183cf36a31f4372a5e37d09c6312a9fa267f7 (patch)
treec8caa793dc59117434e8ff542b50546898363757 /rss.php
parentaeb9ef98850e762291bc6a1d39b31d1ac4db4817 (diff)
downloade-DoKo-a38183cf36a31f4372a5e37d09c6312a9fa267f7.tar.gz
e-DoKo-a38183cf36a31f4372a5e37d09c6312a9fa267f7.tar.bz2
e-DoKo-a38183cf36a31f4372a5e37d09c6312a9fa267f7.zip
set languages can also be used by UID now; make mymail langauge sensitive
mymail used to use the language of the person triggering the email.
Diffstat (limited to 'rss.php')
-rw-r--r--rss.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/rss.php b/rss.php
index c089fb5..25695b8 100644
--- a/rss.php
+++ b/rss.php
@@ -75,8 +75,7 @@ header("Content-Type: text/xml");
<?php
/* set language */
-$PREF = DB_get_PREF($id);
-set_language($PREF['language']);
+set_language($id,'uid');
echo '<subtitle>'._('Know when it is your turn')."</subtitle>\n";