mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- Bugfix für Längenänderung der Ort_kurzbz
This commit is contained in:
@@ -59,9 +59,9 @@ class reservierung extends basis_db
|
||||
*/
|
||||
protected function validate()
|
||||
{
|
||||
if(mb_strlen($this->ort_kurzbz)>8)
|
||||
if(mb_strlen($this->ort_kurzbz)>16)
|
||||
{
|
||||
$this->errormsg = 'Ort_Kurzbz darf nicht laenger als 8 Zeichen sein';
|
||||
$this->errormsg = 'Ort_Kurzbz darf nicht laenger als 16 Zeichen sein';
|
||||
return false;
|
||||
}
|
||||
if(!is_numeric($this->studiengang_kz))
|
||||
|
||||
Reference in New Issue
Block a user