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; ?>