i had created a "link article" list.
if i change the visibility of a article to "non visible" then no link will be created, but the "article id" will displayed insted.
i think "include/inc_front/content/cnt8.article.inc.php" is the "bad guy".
line 29:
Code: Select all
$alink_temp = $alink;Code: Select all
$alink_temp = array();maybe someone have the same problem.
henning