diff --git a/wawi/wawi_autocomplete.php b/wawi/wawi_autocomplete.php index 2d4503717..fe9b39f7f 100644 --- a/wawi/wawi_autocomplete.php +++ b/wawi/wawi_autocomplete.php @@ -77,7 +77,8 @@ $kurzbz = $standort->result[0]->kurzbz; else $kurzbz = ''; - echo html_entity_decode($sFirma->result[$i]->name).($kurzbz!=''?' ('.$kurzbz.')':'').'|'.html_entity_decode($sFirma->result[$i]->firma_id)."\n"; + + echo html_entity_decode(($sFirma->result[$i]->gesperrt?'!!GESPERRT!! ':'').$sFirma->result[$i]->name).($kurzbz!=''?' ('.$kurzbz.')':'').'|'.html_entity_decode($sFirma->result[$i]->firma_id)."\n"; } break;