Project

General

Profile

Bug #21324 » 12299_v3.diff

Administrator Admin, 2009-10-21 22:33

View differences:

typo3/mod/tools/em/class.em_index.php (working copy)
function extBackup_dumpDataTablesLine($tablesArray,$extKey) {
$tables = array();
$tablesNA = array();
$allTables = $GLOBALS['TYPO3_DB']->admin_get_tables();
foreach($tablesArray as $tN) {
if (!isset($allTables[$tN])) {
$tablesNA[$tN] = '<tr><td>&nbsp;</td><td>' . $tN . '</td><td>&nbsp;</td><td>' .
$GLOBALS['LANG']->getLL('extBackup_table_not_there') . '</td></tr>';
continue;
}
$count = $GLOBALS['TYPO3_DB']->exec_SELECTcountRows('*', $tN);
if (!$GLOBALS['TYPO3_DB']->sql_error()) {
$tables[$tN] = '<tr><td>&nbsp;</td><td>
(4-4/5)