From 56581597b83a5f52faa9b4a278883a53f9efc009 Mon Sep 17 00:00:00 2001 From: Martin Tatzber Date: Fri, 15 Nov 2013 08:14:56 +0000 Subject: [PATCH] Korrektur Klasse Appdaten --- include/appdaten.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/appdaten.class.php b/include/appdaten.class.php index 37f896cc5..35ba1a484 100644 --- a/include/appdaten.class.php +++ b/include/appdaten.class.php @@ -75,7 +75,7 @@ class appdaten extends basis_db return false; } - $qry = "SELECT * FROM system.tbl_appdaten WHERE appdaten_id=".$this->db_add_param($appdaten_id); + $qry = "SELECT * FROM system.tbl_appdaten WHERE appdaten_id=".$this->db_add_param($appdaten_id, FHC_INTEGER, false); if($this->db_query($qry)) {