"making bo_tracking::datetime public again, as it's used outside of the class"

This commit is contained in:
Ralf Becker 2009-10-23 09:47:15 +00:00
parent e3074ac9dc
commit b1e7fddde7

View File

@ -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))
{ {