> > I want to use multi database system so I do not see any sense 
> > to use sitegroup
> 
> makes sense.

good, I thought that sitegroup is neccesary

> > BTW I got site with 'auth' access, so I do not have to make 
> > mgd_auth_midgard there, and the most of page code seems 
> > not ot be working in midgard 1.4.1 comparing to midgard 1.2.5
> 
> Hmm.. that is not so good. I only have very vague memories about 1.2.5,
> and I don't know if the returnvalue of mgd_auth_midgard has changed.
> 

ok, have a look:

if ( isset ($TestCookie)) { 
// was sent in code-init, returns true
 mgd_auth_midgard(login,pass); 
 $newmidgard = mgd_get_midgard(); 
 $uzer = mgd_get_person($newmidgard->user); 
 $k = mgd_get_person($uzer->id); 
echo "$uzer->username....$k->id";  // works good
mgd_create_topic($t->id,$TestCookie,'1','1',$uzer->id,'2'); 
// $uzer is in $t group owner
and here return false

Piotras


_________________________
http://www.infoglob.pl/sklep
http://www.milinski.com.pl



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

Reply via email to