This commit is contained in:
Andreas Österreicher
2009-07-13 12:45:40 +00:00
parent 2813497cf2
commit 1963d39e22
6 changed files with 562 additions and 295 deletions
+1 -1
View File
@@ -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)