1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/10942] Add access modifiers

PHPBB3-10942
This commit is contained in:
Joas Schilling
2012-07-04 14:05:03 +02:00
parent fe1f21d1a5
commit 6776feb0de
6 changed files with 7 additions and 7 deletions

View File

@@ -125,7 +125,7 @@ class dbal_mysqli extends dbal
/**
* {@inheritDoc}
*/
function sql_concatenate($expr1, $expr2)
public function sql_concatenate($expr1, $expr2)
{
return 'CONCAT(' . $expr1 . ', ' . $expr2 . ')';
}