View Full Version : No-To-All admin cp table back up
DarkDraco07
06-17-2003, 02:15 AM
I am getting tired of clicking no to all the tables just to backup 1 of my tables. can someone make a button that makes all the radio buttons in the table backup page say no?
DarkDraco07
06-21-2003, 07:03 AM
bump
assassingod
06-21-2003, 08:47 AM
Open up admin/backup.php, find:
$result=$DB_site->query("SHOW tables");
while ($currow=$DB_site->fetch_array($result)) {
makeyesnocode($currow[0],"table[$currow[0]]",1);
}
Replace with:
$result=$DB_site->query("SHOW tables");
while ($currow=$DB_site->fetch_array($result)) {
makeyesnocode($currow[0],"table[$currow[0]]",0);
}
That'll make all of the buttons selected as no:)
DarkDraco07
06-21-2003, 11:13 PM
thanks!!! ill edit it asap~
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.