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