- 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
@@ -239,7 +239,7 @@ class log
{
if(!is_numeric($log_id))
{
$this->errormsg = 'Log_id ist ungueltig';
$this->errormsg = 'Log_id ist ungueltig'.$log_id;
return false;
}
pg_query($this->conn, 'BEGIN;');