Wrong condition...

This commit is contained in:
Loïc Chapeaux
2002-05-01 20:53:55 +00:00
parent 17bf92a512
commit 29810938f0

View File

@@ -306,7 +306,7 @@ else {
$table = mysql_tablename($tables, $i);
}
if ((isset($tmp_select) && strpos(' ' . $tmp_select, '|' . $table . '|'))
|| !empty($table)) {
|| (!isset($tmp_select) && !empty($table))) {
$dump_buffer .= PMA_getTableXML($db, $table, $crlf, $err_url) . $crlf;
}
$i++;