Exemple #1
0
}
/* Modulabhängige Dateien d.h. Links und eigene Klasse */
include_once "options/links/links.todo.php";
include_once "classes/class_todo.php";
if (isset($_REQUEST["option"])) {
    $option = $_REQUEST["option"];
} else {
    $option = '';
}
/* Optionsschalter */
switch ($option) {
    default:
        $t = new todo();
        // $t->todo_liste($_SESSION['benutzer_id'], '0');
        // $t->todo_liste($_SESSION['benutzer_id'], '0');
        $t->my_todo_liste($_SESSION['benutzer_id'], '0');
        break;
        /* OFFEN */
    /* OFFEN */
    case "neue_auftraege":
        $t = new todo();
        $t->todo_liste2($_SESSION['benutzer_id'], '0');
        break;
        /* OFFEN */
    /* OFFEN */
    case "offene_auftraege":
        $t = new todo();
        $t->todo_liste3($_SESSION['benutzer_id'], '0');
        break;
        /* OFFEN */
    /* OFFEN */