mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
This commit is contained in:
@@ -72,6 +72,10 @@ if($result = mssql_query($qry,$conn_ext))
|
||||
$custom[$row->emp_id][$row->field_id]=$row->char_value;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
die("Einlesen der SiPass-custom-data fehlgeschlagen!");
|
||||
}
|
||||
|
||||
$qry="SELECT * FROM asco.employee LEFT OUTER JOIN asco.access_groups ON (asco.employee.acc_grp_id=asco.access_groups.acc_grp_id)";
|
||||
if($result_ext = mssql_query($qry,$conn_ext))
|
||||
|
||||
Reference in New Issue
Block a user