From 54f036c4471aa6ebf97cdb13fe3d7b9fd09b7855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 28 May 2008 11:17:21 +0000 Subject: [PATCH] --- include/person.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/person.class.php b/include/person.class.php index f94150df8..c5649ecf5 100644 --- a/include/person.class.php +++ b/include/person.class.php @@ -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;