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,'/'); } ?>