Index: typo3/mod/tools/em/class.em_index.php =================================================================== --- typo3/mod/tools/em/class.em_index.php (revision 6223) +++ typo3/mod/tools/em/class.em_index.php (working copy) @@ -2996,10 +2996,11 @@ function extBackup_dumpDataTablesLine($tablesArray,$extKey) { $tables = array(); $tablesNA = array(); + $allTables = array_keys($GLOBALS['TYPO3_DB']->admin_get_tables()); foreach($tablesArray as $tN) { - $count = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows('*', $tN); - if (!$GLOBALS['TYPO3_DB']->sql_error()) { + if (in_array($tN, $allTables)) { + $count = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows('*', $tN); $tables[$tN] = '