mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
"UPPS typo"
This commit is contained in:
parent
b07dd8ef9e
commit
7ba02f326a
@ -515,7 +515,7 @@ ORDER BY cal_user_type, cal_usre_id
|
||||
return false;
|
||||
}
|
||||
// new event (without uid), not strong enough uid or new created referencing event => create new uid
|
||||
if (strlen($event['cal_uid']) < 20 || is_nummeric($event['cal_uid']) ||
|
||||
if (strlen($event['cal_uid']) < 20 || is_numeric($event['cal_uid']) ||
|
||||
$event['cal_reference'] && strpos($event['cal_uid'],'cal-'.$event['calreference'].'-') !== false)
|
||||
{
|
||||
$event['cal_uid'] = $GLOBALS['egw']->common->generate_uid('calendar',$cal_id);
|
||||
|
Loading…
Reference in New Issue
Block a user