X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fdb.php;h=0523fea4b675e3093dcc8ce0c3ef264b523d8504;hp=cf39d85a72e4b7fdc670158a5a2d3221cd43f014;hb=1e258af4136567ab30ce9b54aee751077f80590e;hpb=d760c835fcf5444dd1a0b2997e6eb5744e0be952 diff --git a/include/db.php b/include/db.php index cf39d85..0523fea 100644 --- a/include/db.php +++ b/include/db.php @@ -863,7 +863,7 @@ function DB_get_PREF($myid) break; } } - $_SESSION['language'] = $PREF['language']; + return $PREF; }