kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 09:58:09 +01:00
parent e052afc24b
commit 4da9105a06
5 changed files with 13 additions and 13 deletions

View File

@ -142,7 +142,7 @@ while ($row2 = $result->fetch_array()){
WHERE dst_id ='$row[bezeichnung]'");
$row6 = $result6->fetch_array();
if($row5['name'] != '' and $row6[bez] == ''){
if($row5['name'] != '' and $row6['bez'] == ''){
$bezeichnung = $row5['name'];
$ort = $row5['ort'];
}