mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-28 17:39:28 +00:00
Falscher Datentyp "FHC-Iteger" für Spalte "Anmerkung"
This commit is contained in:
@@ -234,7 +234,7 @@ class benutzerberechtigung extends basis_db
|
||||
$this->db_add_param($this->insertamum).','.
|
||||
$this->db_add_param($this->insertvon).','.
|
||||
$this->db_add_param($this->kostenstelle_id, FHC_INTEGER).','.
|
||||
$this->db_add_param($this->anmerkung, FHC_INTEGER).');';
|
||||
$this->db_add_param($this->anmerkung).');';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user