Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
22e00e6a35
commit
a22d94b9db
@ -59,7 +59,8 @@ if (isset($_REQUEST['reserved_word_check'])) {
|
||||
_ngettext(
|
||||
'The column name \'%s\' is a MySQL reserved keyword.',
|
||||
'The column names \'%s\' are MySQL reserved keywords.',
|
||||
count($reserved_keywords_columns)),
|
||||
count($reserved_keywords_columns)
|
||||
),
|
||||
implode(',', $reserved_keywords_columns)
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user