mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15665] fix double semicolon
PHPBB3-15665
This commit is contained in:
parent
717d4840e2
commit
dc96e70d1b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ abstract class mssql_base extends \phpbb\db\driver\driver
|
|||
*/
|
||||
function cast_expr_to_bigint($expression)
|
||||
{
|
||||
return 'CONVERT(BIGINT, ' . $expression . ')';;
|
||||
return 'CONVERT(BIGINT, ' . $expression . ')';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue