X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fstats.php;h=d72b1efcc70ab6bb073b172b5b7cdb259d218b75;hp=bb6d69319960caad2e601c1b5bb83f990c496d41;hb=fd52a255dd62431bf20532b733c4b14d0db85f1c;hpb=aeb9ef98850e762291bc6a1d39b31d1ac4db4817 diff --git a/include/stats.php b/include/stats.php index bb6d693..d72b1ef 100644 --- a/include/stats.php +++ b/include/stats.php @@ -1,5 +1,5 @@ +/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud * * This file is part of e-DoKo. * @@ -35,7 +35,7 @@ if(!$myid) return; $PREF = DB_get_PREF($myid); -/* set language chosen in preferences, will become active on the next reload (see index.php)*/ +/* set language chosen in preferences*/ $_SESSION['language'] = $PREF['language']; set_language($PREF['language']);