From 800e81ba6813efd6f9ed346969804c22087a1b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 3 Dec 2014 08:53:30 +0000 Subject: [PATCH] Fixed Typo --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index 310c6140b..8def2d31d 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -154,7 +154,7 @@ function check_student($uid) $db = new basis_db(); // uid von Tabelle 'Student' holen - $sql_query="SELECT student_uid FROM public.tbl_student WHERE student_uid=".$this->db_add_param($uid); + $sql_query="SELECT student_uid FROM public.tbl_student WHERE student_uid=".$db->db_add_param($uid); //echo $sql_query; if($db->db_query($sql_query)) {