0 $0.00
Export ALL Database Tables in DB Export
Category: X-Cart Snippets
Added:
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; |