forked from extern/egroupware
fixed not working creation of new series, calendar_bo::read() always returned some event, even if no id given
This commit is contained in:
parent
0e56e1b7b6
commit
2de73d86a5
@ -845,6 +845,8 @@ class calendar_bo
|
|||||||
*/
|
*/
|
||||||
function read($ids,$date=null,$ignore_acl=False,$date_format='ts',$clear_private_infos_users=null)
|
function read($ids,$date=null,$ignore_acl=False,$date_format='ts',$clear_private_infos_users=null)
|
||||||
{
|
{
|
||||||
|
if (!$ids) return false;
|
||||||
|
|
||||||
if ($date) $date = $this->date2ts($date);
|
if ($date) $date = $this->date2ts($date);
|
||||||
|
|
||||||
$return = null;
|
$return = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user