From d67fa640513cd8ede584d39aa7b79ec8f866c461 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Wed, 15 Oct 2014 07:18:35 +0000 Subject: [PATCH] BugFix --- include/filter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/filter.class.php b/include/filter.class.php index 8b05d054d..e2c3bfd3f 100644 --- a/include/filter.class.php +++ b/include/filter.class.php @@ -294,7 +294,7 @@ class filter extends basis_db { //Neuen Datensatz einfuegen $qry='INSERT INTO public.tbl_filter (kurzbz, sql, valuename, - showvalue, type, htmlattr insertamum, insertvon) VALUES ('. + showvalue, type, htmlattr, insertamum, insertvon) VALUES ('. $this->db_add_param($this->kurzbz).', '. $this->db_add_param($this->sql).', '. $this->db_add_param($this->valuename).', '.