daniloaz / myphp-backup

Simple and fast MySQL backups using PHP
GNU General Public License v3.0
201 stars 115 forks source link

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

Closed munish48 closed 5 years ago

munish48 commented 5 years ago

@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

munish48 commented 5 years ago

@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