PDA

View Full Version : Admin cp back-up all tables set to NO


pentium
06-08-2003, 11:47 PM
Since I usually back up just a few tables, is there a way to start the admin cp backup panel with all tables setted to NO by default, instead of YES.
Thanks

Tigga
06-09-2003, 01:04 AM
In your admin/backup.php file find:
makeyesnocode($currow[0],"table[$currow[0]]",1);
Change the 1 at the end there to a 0. ;)

pentium
06-09-2003, 01:49 AM
Thanks a lot Tigga :)