mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
fixed typo
This commit is contained in:
parent
bde63a01f9
commit
43649aa268
@ -1547,7 +1547,7 @@ class addressbook_bo extends addressbook_so
|
||||
|
||||
if (!$cat_id)
|
||||
{
|
||||
// some SyncML clients (mostly phones add an X- to the category names
|
||||
// some SyncML clients (mostly phones) add an X- to the category names
|
||||
if (strncmp($cat_name, 'X-', 2) == 0)
|
||||
{
|
||||
$cat_name = substr($cat_name, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user