From 7d6e2fc5f0377b1c61706211dc72aa4964dda25e Mon Sep 17 00:00:00 2001 From: Martin Tatzber Date: Tue, 12 Nov 2013 08:20:18 +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 d833b49ed..37f896cc5 100644 --- a/include/appdaten.class.php +++ b/include/appdaten.class.php @@ -241,7 +241,7 @@ class appdaten extends basis_db public function delete($appdaten_id) { //Pruefen ob appdaten_id eine gueltige Zahl ist - if(!is_numeric($appdaten_id) || $appdaten === '') + if(!is_numeric($appdaten_id) || $appdaten_id === '') { $this->errormsg = 'appdaten_id muss eine gültige Zahl sein'."\n"; return false;