From 742469d7a74dcdab83a954f052bca7f6237b8f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 20 Jul 2012 08:23:27 +0000 Subject: [PATCH] --- include/benutzergruppe.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/benutzergruppe.class.php b/include/benutzergruppe.class.php index 2860b1236..47b189956 100644 --- a/include/benutzergruppe.class.php +++ b/include/benutzergruppe.class.php @@ -164,7 +164,7 @@ class benutzergruppe extends basis_db if($new) { $qry = 'INSERT INTO public.tbl_benutzergruppe (uid, gruppe_kurzbz, updateamum, updatevon, insertamum, insertvon, studiensemester_kurzbz) - VALUES('.$this->$this->db_add_param($this->uid).','. + VALUES('.$this->db_add_param($this->uid).','. $this->db_add_param($this->gruppe_kurzbz).','. $this->db_add_param($this->updateamum).','. $this->db_add_param($this->updatevon).','.