mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
- rebuild username_clean column due to changes in utf8_clean_string() git-svn-id: file:///svn/phpbb/trunk@6934 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -46,7 +46,7 @@ class dbal_oracle extends dbal
|
||||
*/
|
||||
function sql_server_info()
|
||||
{
|
||||
return 'Oracle ' . @ociserverversion($this->db_connect_id);
|
||||
return @ociserverversion($this->db_connect_id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user