Stringfunktionen im include auf mb_* umgestellt

This commit is contained in:
Andreas Österreicher
2009-06-22 08:59:45 +00:00
parent 0dd950839b
commit c45029583e
51 changed files with 266 additions and 290 deletions
+1 -1
View File
@@ -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;