daniloaz / myphp-backup

Simple and fast MySQL backups using PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All true values are backups as 1 and all false values are backups as 0

munish48 opened this issue · comments

@daniloaz

Thanks for awesome backup and restore functionality.

The problem we are facing is "All true values are backups as 1 and all false values are backups as 0" . Please help to remains these same.

Thanks
Munish

@daniloaz

Issue is fixed now, i just removed $row[$j] == 'true' or $row[$j] == 'false' or from line number 202 in file myphp-backup.php . Now it is working fine.

Thanks
Munish