*** xmlrpc.php Mon Jan 30 21:19:44 2006 --- xmlrpc_new.php Thu Jul 20 12:58:20 2006 *************** *** 555,561 **** $post_content = $post_content . "\n\n" . $post_more; } ! $to_ping = $content_struct['mt_tb_ping_urls']; // Do some timestamp voodoo $dateCreatedd = $content_struct['dateCreated']; --- 555,561 ---- $post_content = $post_content . "\n\n" . $post_more; } ! $to_ping = implode(' ', $content_struct['mt_tb_ping_urls']); // Do some timestamp voodoo $dateCreatedd = $content_struct['dateCreated']; *************** *** 638,644 **** $post_content = $post_content . "\n\n" . $post_more; } ! $to_ping = $content_struct['mt_tb_ping_urls']; $comment_status = (empty($content_struct['mt_allow_comments'])) ? get_settings('default_comment_status') --- 638,644 ---- $post_content = $post_content . "\n\n" . $post_more; } ! $to_ping = implode(' ', $content_struct['mt_tb_ping_urls']); $comment_status = (empty($content_struct['mt_allow_comments'])) ? get_settings('default_comment_status')