From dff2406feba1997eb5a8e2ae94b7fd73228b44dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 20 Mar 2009 07:49:27 +0000 Subject: [PATCH] --- cis/private/lvplan/stpl_detail.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cis/private/lvplan/stpl_detail.php b/cis/private/lvplan/stpl_detail.php index f9e350018..69507c501 100644 --- a/cis/private/lvplan/stpl_detail.php +++ b/cis/private/lvplan/stpl_detail.php @@ -10,6 +10,7 @@ *****************************************************************************/ require_once('../../config.inc.php'); +require_once('../../../include/ort.class.php'); // Variablen uebernehmen if (isset($_GET['type'])) @@ -94,6 +95,7 @@ Stunde:

0) echo ' UNrLektorOrtLehrfachBezeichnungVerbandEinheit '; +$ort = new ort($conn); for ($i=0; $i<$num_rows_stpl; $i++) { $unr=pg_result($erg_stpl,$i,"unr"); @@ -110,11 +112,12 @@ for ($i=0; $i<$num_rows_stpl; $i++) $verband=trim(pg_result($erg_stpl,$i,"verband")); $gruppe=trim(pg_result($erg_stpl,$i,"gruppe")); $gruppe_kurzbz=trim(pg_result($erg_stpl,$i,"gruppe_kurzbz")); + $ort->load($ortkurzbz); ?> - + planbezeichnung.' '.$ort->standort_kurzbz; ?>