motheure values now int

This commit is contained in:
xdrm-brackets 2017-10-14 09:14:56 +02:00
parent 65d4dcbc2b
commit 0506510955
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
=========================================================*/
/* (1) Log action to default log file */
$f_data->fwrite( json_encode([
$stop_ts - $start_ts
floor( $stop_ts - $start_ts )
]).PHP_EOL );
/* (2) Return status */