Hi,

I have a bit of code in a navigation layout-element:

13: <?
14:    if($list =
_list_pages(140)){ 
15:    while($list->fetch()){  
16:      if($list->name != "nomenu") { ?> 
17:      <strong><a href="&(ghost.prefix);/&(list.name);" 
class="navi">&(list.name);</a></strong><br> 
18:    <? } } } 
19: ?> 

It basically lists all pages under the rootpage, accept for the nomenu page. This used 
to work fine, until I started to use mgd_auth_midgard("username","password",1) 
somewhere else in the site. Now it just works when someone is logged on (received a 
auth_cookie), but when that cookie is reset,  mgd_list_pages(140) above will not
return an object. Before I started playing with logins $midgard->user always was 0, 
and there where no problems, now when someone is not logged in $midgard->user is 0 too.

Any suggestions?

Armand.




--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to