From 3c99a2e8c2dd141362ccc16ed2e2bd0fb2c60192 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 18 Jan 2006 12:08:22 +0000 Subject: - Minor changes (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2537 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/maps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/maps.php') diff --git a/frontends/php/maps.php b/frontends/php/maps.php index 372f65cb..af0a03ca 100644 --- a/frontends/php/maps.php +++ b/frontends/php/maps.php @@ -42,7 +42,7 @@ if(isset($_REQUEST["sysmapid"])&&!check_right("Network map","R",$_REQUEST["sysmapid"])) { show_table_header("".S_NO_PERMISSIONS.""); - show_footer(); + show_page_footer(); exit; } ?> @@ -128,5 +128,5 @@ ?> -- cgit