...
|
...
|
@@ -379,6 +379,6 @@ class UsersController extends HomeBaseController{ |
|
|
$time=$end-$start;
|
|
|
$return['hour']=floor($time/3600);
|
|
|
$return['min']=floor(($time-$return['hour']*3600)/60);
|
|
|
$return;
|
|
|
return $return;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|