undefined variable table_select when just clicking the Export menu tab
This commit is contained in:
@@ -58,7 +58,7 @@ foreach ($tables as $each_table) {
|
|||||||
// continue;
|
// continue;
|
||||||
//}
|
//}
|
||||||
if (! empty($unselectall)
|
if (! empty($unselectall)
|
||||||
|| !in_array($each_table['Name'], $table_select)) {
|
|| (! empty($table_select) && !in_array($each_table['Name'], $table_select))) {
|
||||||
$is_selected = '';
|
$is_selected = '';
|
||||||
} else {
|
} else {
|
||||||
$is_selected = ' selected="selected"';
|
$is_selected = ' selected="selected"';
|
||||||
|
Reference in New Issue
Block a user