From 3a803db31ccd033dc128b1b3d57ed605ce586662 Mon Sep 17 00:00:00 2001 From: oesi Date: Mon, 19 Oct 2015 17:19:37 +0200 Subject: [PATCH] Fehler beim Anlegen von BIS-Verwendungen behoben --- include/bisverwendung.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bisverwendung.class.php b/include/bisverwendung.class.php index 0e7aee251..bb245ce42 100644 --- a/include/bisverwendung.class.php +++ b/include/bisverwendung.class.php @@ -229,7 +229,7 @@ class bisverwendung extends basis_db $this->db_add_param($this->insertamum).', '. $this->db_add_param($this->insertvon).', '. $this->db_add_param($this->dv_art).','. - $this->db_add_param($this->inkludierte_lehre).';'; + $this->db_add_param($this->inkludierte_lehre).');'; } else