Added comments

This commit is contained in:
lorilee
2010-08-14 15:14:45 -07:00
parent c424dbee38
commit 8fa03264e4
4 changed files with 18 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ if (!empty($selected_tbl) && empty($table_select)) {
$table_select = $selected_tbl;
}
// Check if the selected tables are defined in $_GET (from clicking Back button on export.php)
if(isset($_GET['table_select'])) {
$_GET['table_select'] = urldecode($_GET['table_select']);
$_GET['table_select'] = explode(",", $_GET['table_select']);