steffen: server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview login.php, 1.1.1.1, 1.2

cvs at intevation.de cvs at intevation.de
Tue Oct 12 13:52:40 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview
In directory doto:/tmp/cvs-serv29597/fbview

Modified Files:
	login.php 
Log Message:
force setting language from login page

Index: login.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/fbview/fbview/login.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- login.php	11 Jun 2004 10:50:49 -0000	1.1.1.1
+++ login.php	12 Oct 2004 11:52:38 -0000	1.2
@@ -85,6 +85,7 @@
         }
 
         $horde_url = Util::addParameter($horde_url, 'frameset', Util::getFormData('frameset') ? 1 : 0);
+	$prefs->setValue('language', $_POST['new_lang']);
         header('Location: ' . $horde_url);
         exit;
     } else {





More information about the commits mailing list