[drupal] forgot to add the timestamp justification

This commit is contained in:
Bart Van Der Meerssche 2011-03-18 13:48:08 +00:00
parent 4f8d2381ba
commit b287073333
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ function _logger_sensors_form() {
while ($sensor = db_fetch_object($sensors)) {
$row['function'] = $sensor->function;
$row['sensor'] = $sensor->meter;
$row['access'] = unix_to_userlocaltime($sensor->access);
$row['access'] = '<div align="center">' . unix_to_userlocaltime($sensor->access) . '</div>';
$row['counter'] = '<div align="right">' . $sensor->value . '</div>';
$rows[$sensor->meter] = $row;