fixed a very small typo :-)

This commit is contained in:
Christian Binder 2009-11-04 21:16:08 +00:00
parent 94c29e7819
commit 1fac8112a9

View File

@ -642,7 +642,7 @@ class calendar_bo
/**
* convert a date from server to user-time
*
* @param int $date timestamp in server-time
* @param int $ts timestamp in server-time
* @param string $date_format='ts' date-formats: 'ts'=timestamp, 'server'=timestamp in server-time, 'array'=array or string with date-format
* @return mixed depending of $date_format
*/