Posted by _Daniel on October 5, 2008 at 12:00pm
Jump to:
| 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 lineif (count($existing_terms > 0)) {
should be changed toif (count($existing_terms) > 0) {
Comments
#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.