News and Tags
Priority: 4 Status: Closed Resolution: Yes
Description:
I found a bug in the tag system, if you have news with tags, this are not correctly displayed in tags overview, this is fixed release candidate 2.
Fix for now:
Open tags.php go to line 84 find:
$newstagData = JAK_base::jakTagsql($jaktable3, $row['itemid'], "id, title, content", "content");
replace with:
$newstagData[] = JAK_base::jakTagsql($jaktable3, $row['itemid'], "id, title, content", "content");
JAKCMS - Content Management System (CMS) PHP, MySQL and HTML



