>Thu Mar 26 2009 10:12:43 EDT from sam...@uncnsrd (Uncensored) 
>Subject: Hateful ctdlphp/myinfo.php
>
>
>
>I've just been playing with ctdlphp, and attach the patch I had to apply to
>SVN to make it "work" so far, but here's a warning - myinfo.php totally
>trashed my vcard and about 30 email aliases I had along with it!



I've been working with ctdlphp for a few weeks, Eser change in your diff....
change 23 to 25.

function ctdl_get_serv_info() {
        serv_puts("INFO");
        $reply = read_array();
        if ((count($reply) == 25) &&
            substr($reply[0], 0, 1) == "1") {

 I haven't tried to work with anything outside of the basic login yet due to
some customizations I'm playing with.

Reply via email to