another correction I am making for mysqlbackup.php:
instead of
Code:
if (!$this->TYPE && $this->COMBINE)
it should say:
Code:
if ($this->TYPE && $this->COMBINE)
and in mysqlbackupconfig.php
instead of
Code:
If you have selected option 0 to dump specific tables. This
option determines whether or not the dumps are Re-Combined
It should say:
Code:
If you did not select option 0 to dump specific tables. This
option determines whether or not the dumps are Re-Combined