Skip to content

array2table() outputs one row fewer than specified #1

@mmmnorthmark

Description

@mmmnorthmark
    if ($i >= $preview) {
        break;
    }

should be

    if ($i > $preview) {
        break;
    }

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