From c53c9c217b3b22d9a97ebbc43cfbe65fc0791058 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 29 Sep 2017 08:50:05 +0200 Subject: [PATCH] Fix for #1005 and updated Dutch translations (#1006) * Updated Dutch translations - 1007 translations remaining (70% translated) - English typo fixes * Fix for #1005 --- graphs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphs.php b/graphs.php index 5e5733ed63..965859a426 100644 --- a/graphs.php +++ b/graphs.php @@ -275,7 +275,7 @@ function form_save() { $lg_dq_id = db_fetch_cell_prepared( 'SELECT snmp_query_id - FROM graph_lcoal + FROM graph_local WHERE id = ?', array($local_graph_id) );