This commit is contained in:
Karl Burkhart
2011-04-19 10:14:00 +00:00
parent 8f0a279a5e
commit ffd7c5e827
+1 -1
View File
@@ -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,'/');
}
?>