diff --git a/plugins/tables-filter.php b/plugins/tables-filter.php index 809a4cbb..f625235f 100644 --- a/plugins/tables-filter.php +++ b/plugins/tables-filter.php @@ -7,28 +7,53 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other) */ class AdminerTablesFilter { - - function tablesPrint($tables) { - ?> + function tablesPrint($tables) { ?> +

+

+ $type) { + echo '".lang('select')." "; + echo '".h($table)."
\n"; +} +?> -

\n"; - foreach ($tables as $table => $type) { - echo '" . lang('select') . " "; - echo '" . h($table) . "
\n"; - } return true; } - }