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>';
echo $art.'<br>';
if (is_array($article)) foreach ($art as $k=>$v) echo "$k: $v<br>";

Using mgd_get_article($article_id) always returned nothing and first I thought it would be a problem of user rights. But finally I got this behavior...

Does anyone have an idea? Many Thanks.

Regards,
Axel

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

Reply via email to