kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 15:47:30 +01:00
parent 75589b2bb2
commit d39255e0a4
5 changed files with 38 additions and 38 deletions

View File

@ -776,7 +776,7 @@ while ($row1 = $result->fetch_array()){
WHERE dst_id ='$row1[dst_id]'");
$row6 = $result6->fetch_array();
if($row5['name'] != '' and $row6[bez] == ''){
if($row5['name'] != '' and $row6['bez'] == ''){
$bezeichnung = $row5['name'];
$str = $row5['str'];
$plz = $row5['plz'];