Bug article categories

nicolicioiu.liviu - May 25, 2007 - 07:54
Project:Article
Version:5.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Articles page show all article grouped by taxonomy terms. In Articles categories shoes duplicated taxonomy terms.
For correct this edited next function article_build_index and the lines:
$cur = current($tree);
$nex = next($tree);
became
$cur = current(&$tree);
$nex = next(&$tree);
After that all was fine.

#1

msameer - September 26, 2007 - 20:50

Which version of php is that ?

#2

nicolicioiu.liviu - December 16, 2008 - 17:17

5.2

 
 

Drupal is a registered trademark of Dries Buytaert.