mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
git-svn-id: file:///svn/phpbb/trunk@6312 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -433,7 +433,7 @@ class acp_database
|
||||
|
||||
$column_list = array();
|
||||
$table_cols = explode(',', trim($matches[1]));
|
||||
foreach($table_cols as $declaration)
|
||||
foreach ($table_cols as $declaration)
|
||||
{
|
||||
$entities = preg_split('#\s+#', trim($declaration));
|
||||
$column_name = preg_replace('/"?([^"]+)"?/', '\1', $entities[0]);
|
||||
|
Reference in New Issue
Block a user