From 27b5432c10c8a5bb806b5dd7f039f03382a97c79 Mon Sep 17 00:00:00 2001 From: jsatoh Date: Sat, 31 Mar 2012 01:53:26 +0000 Subject: [PATCH] 2012-03-31 Junichi Satoh * operation/incidents/incident_statistics.php: Removed obsolete function call. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5854 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/incidents/incident_statistics.php | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d7c18fe438..60a957c7d9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-03-31 Junichi Satoh + + * operation/incidents/incident_statistics.php: Removed obsolete + function call. + 2012-03-30 Juan Manuel Ramon * images/splash_error.png: Added background image for error views. diff --git a/pandora_console/operation/incidents/incident_statistics.php b/pandora_console/operation/incidents/incident_statistics.php index d9e6fffa31..f42f8fa693 100755 --- a/pandora_console/operation/incidents/incident_statistics.php +++ b/pandora_console/operation/incidents/incident_statistics.php @@ -26,7 +26,6 @@ if (! check_acl ($config['id_user'], 0, "IR") == 1) { require ("general/noaccess.php"); exit; } -include_flash_chart_script(); ui_print_page_header (__('Statistics'), "images/book_edit.png", false, "", false, "");