mlists: tbl_student replaced

This commit is contained in:
Andreas Moik
2016-05-10 14:17:27 +02:00
parent 1185c68fb6
commit 068bcddb07
15 changed files with 131 additions and 124 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
* Gerald Simane-Sequens < [email protected] >
* Manfred Kindl <[email protected]>
* Alexander Nimmervoll <[email protected]>
* Andreas Moik < [email protected] >
*/
require_once('../../../config/cis.config.inc.php');
@@ -98,7 +99,7 @@ if(!$result_ort)
die("ort not found!");
$num_rows_ort=$db->db_num_rows($result_ort);
/*$sql_query="SELECT student_uid FROM public.tbl_student ORDER BY student_uid";
/*$sql_query="SELECT uid FROM public.tbl_prestudent ORDER BY uid";
$result_lektor=$db->db_query($sql_query);
if(!$result_lektor)
die("lektor not found!");