2012-03-31 Junichi Satoh <junichi@rworks.jp>
* 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
This commit is contained in:
parent
1871936edc
commit
27b5432c10
|
@ -1,3 +1,8 @@
|
|||
2012-03-31 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* operation/incidents/incident_statistics.php: Removed obsolete
|
||||
function call.
|
||||
|
||||
2012-03-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* images/splash_error.png: Added background image for error views.
|
||||
|
|
|
@ -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, "");
|
||||
|
||||
|
|
Loading…
Reference in New Issue