On May 14, 2013, at 3:17 PM, Stefan Seehafer <
stsee...@gmail.com> wrote:
> Am Dienstag, 14. Mai 2013 15:43:19 UTC+2 schrieb Evert Pot:
> On May 14, 2013, at 1:57 PM, Stefan Seehafer <
stsee...@gmail.com> wrote:
>
> > CardDAV: For CardDAV I only made an own backend. I'll send you a copy via E-mail.
>
> I suspect the backend you sent me is the one _after_ you fixed the problem, right?
> Is there a chance that the original version (that did have the bug) had a size of 0?
>
> Not including the size in getCards will generally not impact performance or cause any issues, unless you view the address book using the browser plugin..
>
> Evert
>
> Yes, but the fix in getCards was only the following code around line 212/213.
>
> if(strpos($_SERVER['HTTP_USER_AGENT'], 'Evolution') !== false) { print $cardData; }
That's a terrible hack, stop doing that! :) This is guaranteed to break other stuff..