aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-08-22 21:26:06 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-08-22 21:26:06 +0000
commit1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8 (patch)
treea5788f8c1db67b7ea6cfb870b1400e28df15ee3a /phpBB/includes/acp/acp_profile.php
parentb0afc8e6320598734ae20e664be9f840ca501f91 (diff)
downloadforums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar.gz
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar.bz2
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.tar.xz
forums-1d42d1b9817050974c8bc8b91bc34a6c3cfbfef8.zip
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
Diffstat (limited to 'phpBB/includes/acp/acp_profile.php')
-rw-r--r--phpBB/includes/acp/acp_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php
index c361c47c2e..5ab70f609f 100644
--- a/phpBB/includes/acp/acp_profile.php
+++ b/phpBB/includes/acp/acp_profile.php
@@ -129,7 +129,7 @@ class acp_profile
$new_table_cols = trim($matches[1]);
$old_table_cols = explode(',', $new_table_cols);
$column_list = array();
- foreach($old_table_cols as $declaration)
+ foreach ($old_table_cols as $declaration)
{
$entities = preg_split('#\s+#', trim($declaration));
if ($entities[0] !== '_' . $field_ident)