Fixed parse error

This commit is contained in:
jengo 2000-11-25 21:51:19 +00:00
parent 64df13855e
commit 86faef7c63

View File

@ -11,7 +11,7 @@
/* $Id$ */
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" = "admin");
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
if (! $app_name)
Header("Location: " . $phpgw->link("applications.php"));