fixed more language settings in email; marked more strings for translation
[e-DoKo.git] / rss.php
diff --git a/rss.php b/rss.php
index c089fb5ebe0423de14888cf49d8570097e93e535..25695b810d9969c385bd05c24acaa7fafc9726be 100644 (file)
--- 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";