Skip to content

Commit

Permalink
Separate creation activities from post create activities
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jun 8, 2015
1 parent 462c874 commit c65a989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/operations.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function PMA_getHtmlForCopyDatabase($db)
. 'id="checkbox_constraints" />';
$html_output .= '<label for="checkbox_constraints">'
. __('Add constraints') . '</label><br />';
$html_output .= '<br />';
$html_output .= '<input type="checkbox" name="adjust_privileges" value="1"'
. 'id="checkbox_privileges" checked="checked" />';
$html_output .= '<label for="checkbox_privileges">'
Expand Down

0 comments on commit c65a989

Please sign in to comment.