Esempio n. 1
0
     break;
 case "profil_liste":
     $l = new listen();
     $l->profil_liste();
     break;
 case "profil_wahl":
     if (isset($_REQUEST['profil_id'])) {
         $_SESSION['r_profil_id'] = $_REQUEST['profil_id'];
     }
     weiterleiten("?daten=listen&option=profil_liste");
     break;
 case "profil_edit":
     if (isset($_REQUEST['profil_id'])) {
         $_SESSION['r_profil_id'] = $_REQUEST['profil_id'];
         $l = new listen();
         $l->form_profil_step2($_REQUEST['profil_id']);
     }
     break;
 case "konten_bearbeiten":
     // print_req();
     if (isset($_POST['profil_id']) && is_array($_POST['b_konten'])) {
         $l = new listen();
         $l->b_konten_edit($_POST['profil_id'], $_POST['b_konten'], $_POST['bez_arr']);
         $_SESSION['r_profil_id'] = $_POST['profil_id'];
         $profil_id = $_SESSION['r_profil_id'];
         weiterleiten("?daten=listen&option=profil_edit&profil_id={$profil_id}");
     } else {
         fehlermeldung_ausgeben("Buchungskonten für den Bericht wählen!!!");
     }
     break;
 case "pruefung_bericht":