break; case "wplan_pdf": if (!empty($_REQUEST['wp_id'])) { $w = new weg(); $w->pdf_wplan($_REQUEST['wp_id']); } else { echo "Wirtschaftsplan wählen!"; } break; case "hga_profile": $w = new weg(); $w->tab_profile(); break; case "hga_profile_del": $w = new weg(); $w->hga_profil_del($_REQUEST['profil_id']); weiterleiten("?daten=weg&option=hga_profile"); break; case "hga_profile_wahl": $w = new weg(); $w->hga_profil_wahl($_REQUEST['profil_id']); break; case "grunddaten_profil": if (isset($_REQUEST['profil_id']) && !empty($_REQUEST['profil_id'])) { $_SESSION['hga_profil_id'] = $_REQUEST['profil_id']; $weg = new weg(); $weg->form_hga_profil_grunddaten($_REQUEST['profil_id']); } else { fehlermeldung_ausgeben("HGA Profil wählen!"); } break;