appname problem

This commit is contained in:
skeeter 2000-11-18 13:59:03 +00:00
parent f888b16943
commit c3be8f96c1

View File

@ -12,8 +12,9 @@
/* $Id$ */
if ($submit) {
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
}
$phpgw_info["flags"]["currentapp"] = "admin";
include("../header.inc.php");
if (! $group_id) {