mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
This commit is contained in:
@@ -142,12 +142,12 @@ if($result = pg_query($conn, $qry))
|
||||
$error_log1.="\nKein Geburtsdatum eingetragen";
|
||||
$error=true;
|
||||
}
|
||||
if(($row->chsvnr=='' || $row->chsvnr==NULL) && ($row->chersatzkz=='' || $row->chersatzkz==NULL))
|
||||
/*if(($row->chsvnr=='' || $row->chsvnr==NULL) && ($row->chersatzkz=='' || $row->chersatzkz==NULL))
|
||||
{
|
||||
$error_log1.="\nKeine SVNr und kein Ersatzkennzeichen eingetragen";
|
||||
$cont=true;
|
||||
//$cont=true;
|
||||
$error=true;
|
||||
}
|
||||
}*/
|
||||
if($row->_cxgeschlecht=='' || $row->_cxgeschlecht==NULL)
|
||||
{
|
||||
$error_log1.="\nKein Familienstand eingetragen";
|
||||
|
||||
Reference in New Issue
Block a user