summaryrefslogtreecommitdiffstats
path: root/rss.php
diff options
context:
space:
mode:
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";