mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
- Pruefungs Modul FASo
- Loeschen von Rollen jetzt moeglich - InteressentenImport wird jetzt Studiengang uebergeben
This commit is contained in:
@@ -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;');
|
||||
|
||||
Reference in New Issue
Block a user