Skip to content

BUG: elseif (count($import[$ii]->MediaTypes > 0)) #75

@GoogleCodeExporter

Description

@GoogleCodeExporter
Error:

elseif (count($import[$ii]->MediaTypes > 0))


Correct:

elseif (count($import[$ii]->MediaTypes) > 0)





Original issue reported on code.google.com by tiv.net....@gmail.com on 31 Dec 2013 at 6:02

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions