diff --git a/db_operations.php b/db_operations.php index b89a9ef07..1dc71e5ab 100644 --- a/db_operations.php +++ b/db_operations.php @@ -72,7 +72,6 @@ if (strlen($db) && (! empty($db_rename) || ! empty($db_copy))) { // will handle them after the tables /** * @todo support a view of a view - * @todo support triggers */ if (PMA_Table::isView($db, $each_table)) { $views[] = $each_table;