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