From 0e9d04b2228335492e539beab8a7910672610895 Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Tue, 4 Aug 2009 11:41:15 +0000 Subject: [PATCH] --- cis/private/lehre/benotungstool/copy_uebung.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/lehre/benotungstool/copy_uebung.php b/cis/private/lehre/benotungstool/copy_uebung.php index 12613eccd..2ad9a7ae1 100644 --- a/cis/private/lehre/benotungstool/copy_uebung.php +++ b/cis/private/lehre/benotungstool/copy_uebung.php @@ -72,7 +72,7 @@ if($uebung_id_source!='' && $lehreinheit_id_target!='') $ueb_1 = new uebung($uebung_id_source); $lehreinheit_id=$ueb_1->lehreinheit_id; $nummer_source = $ueb_1->nummer; - $qry = "SELECT * from campus.tbl_uebung where nummer = '".$nummer_id_source."' and lehreinheit_id = '".$lehreinheit_id_target."'"; + $qry = "SELECT * from campus.tbl_uebung where nummer = '".$nummer_source."' and lehreinheit_id = '".$lehreinheit_id_target."'"; //echo $qry; if($result1 = $db->db_query($qry)) {