Skip to content

0 numeric value, return false #35

@d3artagnan

Description

@d3artagnan

Please check
public function getNum($columnName)

Record.php, line 224
if (!$s) { return false; }

When dbf column having zero value, $s will have "0"
then this code will return false

Is it supposed to return 0?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions