From ae9557fb25facc5bbb8b52238eeb567908c1b84a Mon Sep 17 00:00:00 2001 From: oesi Date: Wed, 1 Mar 2017 15:12:36 +0100 Subject: [PATCH] =?UTF-8?q?Im=20Profil=20wird=20das=20Personenkennzeichen?= =?UTF-8?q?=20bei=20Dummy=20Studieng=C3=A4ngen=20(stgkz=20>=2010000)=20nic?= =?UTF-8?q?ht=20mehr=20angezeigt=20da=20es=20sich=20hierbei=20um=20kein=20?= =?UTF-8?q?offizielles=20Perskz=20handelt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/profile/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cis/private/profile/index.php b/cis/private/profile/index.php index 3800f8124..1fe096d0c 100644 --- a/cis/private/profile/index.php +++ b/cis/private/profile/index.php @@ -291,8 +291,10 @@ if ($type=='student' && (!defined('CIS_PROFIL_STUDIENINFORMATION_ANZEIGEN') || C ".$p->t('global/studiengang').": $studiengang->bezeichnung
".$p->t('global/semester').": $user->semester ".$p->t('benotungstool/liste')."
".$p->t('global/verband').": $user->verband ".($user->verband!=' '?"".$p->t('benotungstool/liste')."":"")."
- ".$p->t('global/gruppe').": $user->gruppe ".($user->gruppe!=' '?"".$p->t('benotungstool/liste')."":"")."
- ".$p->t('profil/martrikelnummer').": $user->matrikelnr
"; + ".$p->t('global/gruppe').": $user->gruppe ".($user->gruppe!=' '?"".$p->t('benotungstool/liste')."":"")."
"; + + if($user->studiengang_kz<10000) + echo $p->t('profil/martrikelnummer').": $user->matrikelnr
"; } if ($type=='mitarbeiter')