diff -r cfc409017ba8 -r 70cea8f0e807 fhiiqm/ma_tel_flist.php --- a/fhiiqm/ma_tel_flist.php Fri Jan 17 08:50:55 2014 +0100 +++ b/fhiiqm/ma_tel_flist.php Wed Aug 06 09:42:40 2014 +0200 @@ -219,7 +219,9 @@ if ($bg == $bg1) $bg = $bg2; else $bg = $bg1; $titel = ($row->titel)? ", $row->titel" : "" ; $email = ($row->email)? "$row->name$titel" : "$row->name$titel"; - if ($row->aktiv == 0) $class = " class='bgmark'"; else $class=""; + if ($row->aktiv == 0) $class = " class='bgmark'"; + elseif ($row->aktiv == -1) $class = " class='bggast'"; + else $class=""; echo "$email"; echo "$row->vorname"; echo "$row->abt_name";