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

@@ -30,6 +30,7 @@ $multi_values .= '<a href="' . $checkall_url . '&amp;selectall=1" onclick="setSe
$multi_values .= '<select name="db_select[]" id="db_select" size="10" multiple="multiple">';
$multi_values .= "\n";
// Check if the selected databases are defined in $_GET (from clicking Back button on export.php)
if(isset($_GET['db_select'])) {
$_GET['db_select'] = urldecode($_GET['db_select']);
$_GET['db_select'] = explode(",", $_GET['db_select']);