> > Delete company fail
> > sitegroupname ucs admingroup 0
> > error : MGD_ERR_OK

this one is also a little strange ...

if ( mgd_delete_sitegroup($id) ) {$messagebox =  "BE HAPPY" } 
        else { 
           $error=mgd_errstr(mgd_errno);
            $tmpsg = mgd_get_sitegroup($id);
            $tmpmessage = $tmpsg->name . " -- " . $tmpsg->admingroup . " -- ";
            $messagebox = $messagebox . "can't delete company -- " . 
$tmpmessage."--".$error;
    }

you should get message box:

now since mgd_errstr = "MGD_ERR_OK" - this means that no error occured..
however mgd_delete_sitegroup returned false - indicating failure??

> > And what I see in Group/users - magic creation admin group for company
> > which I try to delete.
> > 
> > What this? I don't understand
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to