Bug #21324 » 12299_v4.diff
typo3/mod/tools/em/class.em_index.php (working copy) | ||
---|---|---|
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] = '<tr><td> </td><td>
|
||
<a href="' . htmlspecialchars('index.php?CMD[dumpTables]=' . rawurlencode($tN) .
|
||
'&CMD[showExt]=' . $extKey) .
|
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »