From 71aa20324da889397920b92086dc7f0bf559046c Mon Sep 17 00:00:00 2001 From: Martin Tatzber Date: Tue, 12 Nov 2013 08:08:47 +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 cc0f4f6ad..d833b49ed 100644 --- a/include/appdaten.class.php +++ b/include/appdaten.class.php @@ -180,7 +180,7 @@ class appdaten extends basis_db //Pruefen ob appdaten_id eine gueltige Zahl ist if(!is_numeric($this->appdaten_id)) { - $this->errormsg = 'studienplan_id muss eine gueltige Zahl sein'; + $this->errormsg = 'appdaten_id muss eine gueltige Zahl sein'; return false; } $qry='UPDATE system.tbl_appdaten SET'.