From ffd7c5e827c1152894106bdc2d5409d9d9f36093 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Tue, 19 Apr 2011 10:14:00 +0000 Subject: [PATCH] --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index 5980d7ce1..f37d6ba00 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -862,7 +862,7 @@ function getSprache() */ function setSprache($sprache) { - $SESSION['FHC_SPRACHE']=$sprache; + $_SESSION['FHC_SPRACHE']=$sprache; setcookie('FHC_SPRACHE',$sprache,time()+60*60*24*30,'/'); } ?>