mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
appname problem
This commit is contained in:
parent
f888b16943
commit
c3be8f96c1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user