setlanguage function is called on load

This commit is contained in:
Roland Gruber 2003-05-09 16:27:09 +00:00
parent 75f7ab2a4b
commit b34f642b2a
2 changed files with 7 additions and 3 deletions

View File

@ -30,6 +30,8 @@ include_once ("../../lib/status.inc");
session_save_path("../../sess");
@session_start();
setlanguage();
// get sorting column when register_globals is off
$list = $_GET['list'];

View File

@ -30,6 +30,8 @@ include_once ("../../lib/status.inc");
session_save_path("../../sess");
@session_start();
setlanguage();
// get sorting column when register_globals is off
$list = $_GET['list'];