undefined variable table_select when just clicking the Export menu tab

This commit is contained in:
Marc Delisle
2009-06-27 18:48:58 +00:00
parent e428843f80
commit 2b01702c04

View File

@@ -58,7 +58,7 @@ foreach ($tables as $each_table) {
// continue;
//}
if (! empty($unselectall)
|| !in_array($each_table['Name'], $table_select)) {
|| (! empty($table_select) && !in_array($each_table['Name'], $table_select))) {
$is_selected = '';
} else {
$is_selected = ' selected="selected"';