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