$weg = new weg(); $weg->hga_profil_aendern($_REQUEST['profil_id'], $_REQUEST['objekt_id'], $_REQUEST['geldkonto_id'], $_REQUEST['jahr'], $_REQUEST['profilbez'], $_REQUEST['gk_id_ihr'], $_REQUEST['wp_id'], $_REQUEST['hg_konto'], $_REQUEST['hk_konto'], $_REQUEST['ihr_konto'], $_REQUEST['p_von'], $_REQUEST['p_bis']); fehlermeldung_ausgeben("Profil geändert, bitte warten!!!!"); $profil_id = $_REQUEST['profil_id']; 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();