forked from extern/egroupware
"making bo_tracking::datetime public again, as it's used outside of the class"
This commit is contained in:
parent
e3074ac9dc
commit
b1e7fddde7
@ -537,7 +537,7 @@ abstract class bo_tracking
|
||||
* @todo implement timezone handling via 'tz' pref
|
||||
* @return string
|
||||
*/
|
||||
protected function datetime($timestamp,$do_time=true)
|
||||
public function datetime($timestamp,$do_time=true)
|
||||
{
|
||||
if (is_null($do_time))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user