diff --git a/graph_view.php b/graph_view.php index 5513aa7a2f..624c87d12c 100644 --- a/graph_view.php +++ b/graph_view.php @@ -31,6 +31,7 @@ include_once('./lib/graphs.php'); include_once('./lib/reports.php'); include_once('./lib/timespan_settings.php'); +include_once('./lib/rrd.php'); /* set the default graph action */ set_default_graph_action(); diff --git a/lib/html_reports.php b/lib/html_reports.php index 36c5b05d8a..6f91209d05 100644 --- a/lib/html_reports.php +++ b/lib/html_reports.php @@ -1868,7 +1868,7 @@ function display_reports_items($report_id) { $i++; } } else { - print '' . __('No Report Items') . ''; + print '' . __('No Report Items') . ''; } } @@ -2119,7 +2119,7 @@ function reports() { form_end_row(); } } else { - print "" . __('No Reports Found') . "\n"; + print "" . __('No Reports Found') . "\n"; } html_end_box(false);