coding standard: no spaces inside braces
This commit is contained in:
@@ -199,8 +199,8 @@ if ($abort == FALSE) {
|
||||
|
||||
$show_create_table = PMA_DBI_fetch_value(
|
||||
'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table),
|
||||
0, 1 );
|
||||
$analyzed_sql = PMA_SQP_analyze( PMA_SQP_parse( $show_create_table ) );
|
||||
0, 1);
|
||||
$analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table));
|
||||
|
||||
require './libraries/tbl_properties.inc.php';
|
||||
}
|
||||
|
Reference in New Issue
Block a user