diff --git a/ChangeLog b/ChangeLog index 8206f7c33..98f5863a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -71,6 +71,7 @@ danbarry - bug [XHTML] problem with tabindex and radio fields - bug #1971221 [interface] tabindex not set correctly - bug [views] VIEW name created via the GUI was not protected with backquotes +- bug #1989813 [interface] Deleting multiple views (space in name) 2.11.7.0 (2008-06-23) - bug #1908719 [interface] New field cannot be auto-increment and primary key diff --git a/db_structure.php b/db_structure.php index 0fab3f1bd..2487731b2 100644 --- a/db_structure.php +++ b/db_structure.php @@ -291,7 +291,7 @@ foreach ($tables as $keyname => $each_table) { $row_count++; if ($table_is_view) { - $hidden_fields[] = ''; + $hidden_fields[] = ''; } if ($each_table['TABLE_ROWS'] > 0) { @@ -337,7 +337,7 @@ foreach ($tables as $keyname => $each_table) { />