mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
mlists: tbl_student replaced
This commit is contained in:
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user