From 2b65c8d681346b4a81a1b6bc929d338111834a78 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Wed, 24 Jan 2007 12:49:40 +0000 Subject: [PATCH] --- cis/private/lvplan/stpl_detail.php | 2 +- cis/private/profile/lva_liste.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cis/private/lvplan/stpl_detail.php b/cis/private/lvplan/stpl_detail.php index 8a933b6c2..540b2a24f 100644 --- a/cis/private/lvplan/stpl_detail.php +++ b/cis/private/lvplan/stpl_detail.php @@ -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")); diff --git a/cis/private/profile/lva_liste.php b/cis/private/profile/lva_liste.php index 571cbc544..19fbde311 100644 --- a/cis/private/profile/lva_liste.php +++ b/cis/private/profile/lva_liste.php @@ -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 @@
-  Lehrveranstaltungsplan >>  Userprofil >>  Lehrveranstaltungen ()