mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
Stringfunktionen im include auf mb_* umgestellt
This commit is contained in:
@@ -190,7 +190,7 @@ class lvinfo extends basis_db
|
||||
protected function validate()
|
||||
{
|
||||
//Laenge Pruefen
|
||||
if(strlen($this->sprache)>16)
|
||||
if(mb_strlen($this->sprache)>16)
|
||||
{
|
||||
$this->errormsg = 'Sprache darf nicht laenger als 16 Zeichen sein';
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user