Skip to content

extra for loop #2

@Matiaan

Description

@Matiaan

the loop on line 16 in "my-sql-export (backup) database.php" is not necessary since it already loops through the columns on line 19.
for ($i = 0, $st_counter = 0; $i < $fields_amount; $i++, $st_counter=0)

It wont cause any issues, since the next statement goes to the next row, so after you've gone through the first column in this loop, all the rows would have been visited.

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