From ae7eac4168ebbbdcaca448245673afc6ea153fb9 Mon Sep 17 00:00:00 2001 From: Martin Tatzber Date: Mon, 11 Nov 2013 13:34:51 +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 70194aa69..43fcbcba6 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); + $qry = "SELECT * FROM system.tbl_appdaten WHERE appdaten_id=".$this->db_add_param($appdaten_id); if($this->db_query($qry)) {