Export ALL Database Tables in DB Export

Category: X-Cart Snippets
Added:
Enter Price $
Quantity

You may have other non X-Cart tables present in your database. This will dump them ALL from DB export tool in admin.

In admin/db_backup.php, find this code and comment out...
if (!in_array($table, $sql_tbl))
continue;