- Pruefungs Modul FASo

- Loeschen von Rollen jetzt moeglich
- InteressentenImport wird jetzt Studiengang uebergeben
This commit is contained in:
Andreas Österreicher
2007-06-25 15:14:08 +00:00
parent 4cd9f38afe
commit 41bb750276
16 changed files with 378 additions and 80 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ if(!$error)
{
$log = new log($conn, null, null, true);
if($log->undo($log_id))
if($log->undo($_POST['log_id']))
{
$return = true;
}