kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-14 08:08:06 +01:00
parent 1bf9923edf
commit c00fb6812e
20 changed files with 163 additions and 163 deletions

View File

@ -43,10 +43,10 @@ if($action == ''){
while ($row = $result->fetch_array()){
array_push($table_data1, array(
'vid' => $row[vid],
'betreff' => $row[betreff],
'erfass_dat_form' => $row[erfass_dat_form],
'frist_dat_form' => $row[frist_dat_form]
'vid' => $row['vid'],
'betreff' => $row['betreff'],
'erfass_dat_form' => $row['erfass_dat_form'],
'frist_dat_form' => $row['frist_dat_form']
)
);
}
@ -63,4 +63,4 @@ if($action == ''){
$smarty->assign('action', "$action");
$smarty->display("$template/$templatename");
?>
?>