Gesperrte Firmen werden nun markiert

This commit is contained in:
Andreas Österreicher
2011-04-14 08:55:25 +00:00
parent 4cc646717a
commit fad1a5db4c
+2 -1
View File
@@ -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;