Project:Taxonomy import/export via XML
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

the line
if (count($existing_terms > 0)) {
should be changed to
if (count($existing_terms) > 0) {

Comments

#1

Status:active» fixed

Golly, you are right. Been there a while!
Fixed in 6.2-dev

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here