mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10942] Change term string to expression to avoid confusion
PHPBB3-10942
This commit is contained in:
@@ -106,9 +106,9 @@ class dbal_mssql extends dbal
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
function sql_concatenate($string1, $string2)
|
||||
function sql_concatenate($expr1, $expr2)
|
||||
{
|
||||
return $string1 . ' + ' . $string2;
|
||||
return $expr1 . ' + ' . $expr2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user