mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Fixed PHP Version incompatibility issue
This commit is contained in:
@@ -276,7 +276,7 @@ class person extends basis_db
|
||||
$erg += $gewichtung[$i] * $this->svnr{$i};
|
||||
}
|
||||
|
||||
if ($this->svnr{3} != ($erg % 11)) //Vergleichen der Pruefziffer mit Quersumme Modulo 11
|
||||
if ($this->svnr[3] != ($erg % 11)) //Vergleichen der Pruefziffer mit Quersumme Modulo 11
|
||||
{
|
||||
$this->errormsg = 'SVNR ist ungueltig';
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user