Hi,

As explained in http://midgard-project.org/documentation/reference/pages/functions/mgd_list_pages

<?php
$id = 107;
$list = mgd_list_pages( $id );
if($list) {
  while( $list->fetch() ) {
    echo $list->name . " by " . $list->authorname . "<br>\n";
  }
}
?>

I used this method in my script but now it seems that "$list->name" return an empty value, if it's a bug how to fix it, and if it's a _feature_ how to suppress it to make the method work as before (v1.4.1) ?

Sam.


--

Sam Przyswa - Chef de projet
Arial Concept - Int�grateur Internet
36, rue de Turin - 75008 - Paris - France
Tel: 01 40 54 86 04 - Fax: 01 40 54 83 01
Web: http://www.arial-concept.com - Email: [EMAIL PROTECTED]



--
Ce message a �t� v�rifi� par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a �t� trouv�.
MailScanner remercie transtec pour son soutien.


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



Reply via email to