kleine constant Fehler geändert
This commit is contained in:
@ -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'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user