weiterleiten_in_sec("?daten=weg&option=grunddaten_profil&profil_id={$profil_id}", 2); } else { fehlermeldung_ausgeben("Profil nicht geändert, Daten unvollständig!!!!"); } break; case "hga_einzeln": $w = new weg(); $w->hga_einzeln($_SESSION['hga_profil_id']); break; case "hga_gesamt": $w = new weg(); $w->hg_gesamtabrechnung($_SESSION['hga_profil_id']); break; case "hga_gesamt_pdf": $w = new weg(); $w->hg_gesamtabrechnung_pdf($_SESSION['hga_profil_id']); break; case "ihr": $w = new weg(); $w->ihr($_SESSION['hga_profil_id']); break; case "pdf_ihr": $w = new weg(); $w->ihr_pdf($_SESSION['hga_profil_id']); break; case "assistent": $w = new weg(); $w->assistent(); break; case "profil_send": // print_req();