This commit is contained in:
Andreas Österreicher
2008-05-28 11:17:21 +00:00
parent 6da9ea2f71
commit 54f036c447
+2
View File
@@ -337,6 +337,7 @@ class person
return false;
}
/* das muss nicht immer so sein
$day_svnr = substr($this->svnr, 4, 2);
$month_svnr = substr($this->svnr, 6, 2);
$year_svnr = substr($this->svnr, 8, 2);
@@ -346,6 +347,7 @@ class person
$this->errormsg = 'SVNR und Geburtsdatum passen nicht zusammen';
return false;
}
*/
}
return true;