mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -331,7 +331,7 @@ class lehrveranstaltung extends basis_db
|
||||
* Prueft die Gueltigkeit der Variablen
|
||||
* @return true wenn ok, false im Fehlerfall
|
||||
*/
|
||||
public function validates()
|
||||
public function validate()
|
||||
{
|
||||
//Laenge Pruefen
|
||||
if(mb_strlen($this->bezeichnung)>128)
|
||||
|
||||
Reference in New Issue
Block a user