1
0
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:
Meik Sievertsen
2007-01-27 12:30:54 +00:00
parent 9ebe6b6b1f
commit 3c5c5154ab
5 changed files with 34 additions and 10 deletions

View File

@@ -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);
}
/**