@@ -414,8 +415,12 @@ function getDataTime($type) {
/* fetch the Data from the DB */
$record=$app->db->queryOneRecord("SELECT created FROM monitor_data WHERE type = '".$type."' and server_id = ".$_SESSION['monitor']['server_id']." order by created desc");
/* TODO: datetimeformat should be set somewhat other way */