[+] CalDav support
[*] fix caldav option [*] review fixes [*] review fixes
This commit is contained in:
parent
8ccef14a7c
commit
99b0078b18
6 changed files with 50 additions and 1 deletions
|
|
@ -7,4 +7,5 @@ $ldap_mail = ($info[0]["mail"][0]);
|
|||
$ldap_givenname_exploded = explode(" ",$ldap_givenname);
|
||||
$ldap_givenname_exploded = $ldap_givenname_exploded[0];
|
||||
$ldap_mail_replaced = preg_replace('+@+','%40', $ldap_mail);
|
||||
$ldap_entryuuid = $info[0]["entryuuid"][0];
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue