mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
This commit is contained in:
@@ -105,7 +105,7 @@ for ($i=0; $i<$num_rows_stpl; $i++)
|
||||
$pers_vorname=pg_result($erg_stpl,$i,"vorname");
|
||||
$pers_nachname=pg_result($erg_stpl,$i,"nachname");
|
||||
$pers_email=pg_result($erg_stpl,$i,"uid").'@technikum-wien.at';
|
||||
$stgkurzbz=trim(pg_result($erg_stpl,$i,"stg_typ").pg_result($erg_stpl,$i,"stg_kurzbz"));
|
||||
$stgkurzbz=strtoupper(trim(pg_result($erg_stpl,$i,"stg_typ").pg_result($erg_stpl,$i,"stg_kurzbz")));
|
||||
$semester=trim(pg_result($erg_stpl,$i,"semester"));
|
||||
$verband=trim(pg_result($erg_stpl,$i,"verband"));
|
||||
$gruppe=trim(pg_result($erg_stpl,$i,"gruppe"));
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
die("Es konnte keine Verbindung zum Server aufgebaut werden.");
|
||||
|
||||
//Studiensemester abfragen.
|
||||
$sql_query='SELECT * FROM tbl_studiensemester WHERE ende>=now() ORDER BY start';
|
||||
$sql_query='SELECT * FROM public.tbl_studiensemester WHERE ende>=now() ORDER BY start';
|
||||
$result_stdsem=pg_exec($conn, $sql_query);
|
||||
$num_rows_stdsem=pg_numrows($result_stdsem);
|
||||
if (!isset($stdsem))
|
||||
@@ -47,7 +47,6 @@
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<a href="../index.php">Lehrveranstaltungsplan</a> >>
|
||||
<a href="index.php">Userprofil</a> >>
|
||||
Lehrveranstaltungen (<?php echo $stdsem;?>)
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user