> Hi all, > > when using mgd_get_article($article_id) on a page I got a strange > return: The function returns an empty boolean. The code goes like > this: > > $art = mgd_get_article (12); > echo gettype($art).'<br>'; should return 'object', > echo $art.'<br>'; should also return 'object' > if (is_array($article)) foreach ($art as $k=>$v) echo "$k: $v<br>";
should return nothing, becouse it's an object. Georg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
