* changed some { to [ for PHP 7.4 compatibility

* added some PrimeVUE 3 components to composer (currently used in organization chart of PV21 extension)
This commit is contained in:
Werner Masik
2022-07-06 10:37:10 +02:00
parent 74b0fc5662
commit 6c618c9a20
4 changed files with 146 additions and 7 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ class person extends basis_db
//Quersumme bilden
for ($i = 0; $i < 10; $i++)
{
$erg += $gewichtung[$i] * $this->svnr{$i};
$erg += $gewichtung[$i] * $this->svnr[$i];
}
if ($this->svnr[3] != ($erg % 11)) //Vergleichen der Pruefziffer mit Quersumme Modulo 11