From f1c44435eac4b3017056f3d08139c0d7ba429a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 2 Jun 2008 14:25:14 +0000 Subject: [PATCH] --- cis/private/mailverteiler.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cis/private/mailverteiler.php b/cis/private/mailverteiler.php index 118a67c2f..b85a62f22 100644 --- a/cis/private/mailverteiler.php +++ b/cis/private/mailverteiler.php @@ -143,7 +143,8 @@ if($is_lector) { /* open a popup containing the final dispatcher address */ - echo ''; + if(MAILVERTEILER_SPERRE) + echo ''; echo ""; echo " "; echo "".strtolower($row1->gruppe_kurzbz)."@".DOMAIN.""; @@ -191,7 +192,8 @@ if($is_lector || $std_obj->studiengang_kz==$row->studiengang_kz || !MAILVERTEILER_SPERRE) { echo " "; - echo ''; + if(MAILVERTEILER_SPERRE) + echo ''; /* open a popup containing the final dispatcher address */ echo " kuerzel)."_std@".DOMAIN."\" class=\"Item\">".strtolower($row->kuerzel)."_std@".DOMAIN.""; }