I will be adding domain_update when I get some time off from work, and thanks for letting me know it only showed one co-domain on the list. Ill look into that, and yes it is possible, to list co domains for a single site, just havent thought of it

you could try something like
Quote:
$params = array ( 'sid' => $session_id,
'module' => 'co-domain',
'function' => 'domain_list',
'params' => array ( web_title => "web1"));
|
I am not sure if it would work, havent tried it, but let me know if it does