kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-24 09:11:35 +01:00
parent ac75a3e988
commit 5a591ee6f3
12 changed files with 51 additions and 51 deletions

View File

@ -3494,11 +3494,11 @@ $result_data1a = $db->query("SELECT t1.vert_bereich
$db_pos = $rowdata1a['pos']; // Vom Formular gesendetes Objekt in Variable schreiben
$db_stellenart = $rowdata1a['art'];
$db_dummy_dst = $rowdata1a['dummy_dst'];
$db_bezeichnung = $rowdata3a['bez]';
$db_bezeichnung = $rowdata3a['bez'];
$db_str = $rowdata3a['str'];
$db_postfach = $rowdata3a['postfach'];
$db_plz_postfach= $rowdata3a['plz_postfach'];
$db_plz = $rowdata3a['plz]';
$db_plz = $rowdata3a['plz'];
$db_ort = $rowdata3a['ort'];
$db_bundesland = $rowdata3a['bundesland'];
$db_staat = $rowdata3a['staat'];