Änderungen https Andy Müller rückgängig gemacht
This commit is contained in:
@ -25,7 +25,7 @@ if(!isset($hist)){
|
||||
$res_dat = $db->query("SELECT min(date_format(datum, '%d.%m.%Y')) datum FROM stan_printqueue_hist WHERE zuweisung='EZS' AND admin='$user_admin'");
|
||||
$row_dat = $res_dat->fetch_array();
|
||||
|
||||
$heute_format = $row_dat[datum];
|
||||
$heute_format = $row_dat['datum'];
|
||||
}
|
||||
|
||||
if(isset($hist2)){
|
||||
|
Reference in New Issue
Block a user