mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Stringfunktionen im include auf mb_* umgestellt
This commit is contained in:
@@ -179,7 +179,7 @@ class pruefung extends basis_db
|
||||
public function validate()
|
||||
{
|
||||
//Laenge Pruefen
|
||||
if(strlen($this->anmerkung)>256)
|
||||
if(mb_strlen($this->anmerkung)>256)
|
||||
{
|
||||
$this->errormsg = 'Anmerkung darf nicht laenger als 256 Zeichen sein';
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user