typo in import processing duplicate terms
_Daniel - October 5, 2008 - 12:00
| Project: | Taxonomy import/export via XML |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
the line
if (count($existing_terms > 0)) {
should be changed to
if (count($existing_terms) > 0) {

#1
Golly, you are right. Been there a while!
Fixed in 6.2-dev
#2
Automatically closed -- issue fixed for 2 weeks with no activity.