! -> Note
$ -> Affected files
+25-Jul-2008 Joe Hunt
+# Default application setting does not work [0000034]
+$ /includes/page/header.inc
+
25-jul-2008 Joe Hunt
! The built version in config.php now shows the last change date of this file (CHANGELOG.txt).
$ config.php
$sel_app = $_SESSION["sel_app"];
else
$sel_app = $def_app;
- $_SESSION["sel_app"] = $sel_app;
+ $_SESSION["App"]->selected_application = $_SESSION["sel_app"] = $sel_app;
$encoding = $_SESSION['language']->encoding;
if (!headers_sent()){