mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
"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
|
* @todo implement timezone handling via 'tz' pref
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
protected function datetime($timestamp,$do_time=true)
|
public function datetime($timestamp,$do_time=true)
|
||||||
{
|
{
|
||||||
if (is_null($do_time))
|
if (is_null($do_time))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user