no need to initialize
This commit is contained in:
parent
2784f4b6f4
commit
d0e360fb50
@ -37,7 +37,6 @@ require_once './libraries/tbl_columns_definition_form.lib.php';
|
||||
* Initialize $html in case this variable was used by a caller
|
||||
* (yes, this script should be refactored into functions)
|
||||
*/
|
||||
$html = '';
|
||||
|
||||
$length_values_input_size = 8;
|
||||
|
||||
@ -196,7 +195,7 @@ function addField()
|
||||
}
|
||||
*/
|
||||
|
||||
$html .= PMA_getHtmlForTableCreateOrAddField(
|
||||
$html = PMA_getHtmlForTableCreateOrAddField(
|
||||
$action, $_form_params, $content_cells, $header_cells
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user