, * Andreas Oesterreicher and * Gerald Raab and * Rudolf Hangl . */ $projekt_ressource_id = $_GET["id"]; require_once('../../config/vilesci.config.inc.php'); require_once('../../include/functions.inc.php'); require_once('../../include/ressource.class.php'); $ressource = new ressource(); $ressource->getSingleProjektRessource($projekt_ressource_id); $aufwand = $ressource->aufwand; $funktion_kurzbz = $ressource->funktion_kurzbz; $ressource_id = $ressource->ressource_id; $projektphase_id = $ressource->projektphase_id; $beschreibung = $ressource->beschreibung; $projekt_kurzbz = $ressource->projekt_kurzbz; if ($funktion_kurzbz == "Leitung") { $leitung_sel = ' selected="true"'; $mitarbeiter_sel = ''; } else { $leitung_sel = ''; $mitarbeiter_sel = ' selected="true"'; } header("Cache-Control: no-cache"); header("Cache-Control: post-check=0, pre-check=0",false); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Pragma: no-cache"); header("Content-type: application/vnd.mozilla.xul+xml"); require_once('../../config/vilesci.config.inc.php'); echo ''."\n"; echo ''; ?>