Config hinzugefügt um UID als Personenkennzeichen zu setzen

This commit is contained in:
Andreas Österreicher
2014-09-23 11:07:03 +00:00
parent b1f78e5a88
commit e5ca82566a
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -1038,6 +1038,11 @@ if(!$error)
$stg_obj = new studiengang();
$stg_obj->load(ltrim($stg,'0'));
$uid = generateUID($stg_obj->kurzbz,$jahr,$stg_obj->typ,$matrikelnr);
if(defined('SET_UID_AS_PERSONENKENNZEICHEN') && SET_UID_AS_PERSONENKENNZEICHEN)
{
$matrikelnr = $uid;
}
if(defined('SET_UID_AS_MATRIKELNUMMER') && SET_UID_AS_MATRIKELNUMMER)
{