aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/acp_profile.php')
-rw-r--r--phpBB/includes/acp/acp_profile.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php
index 42e70eddd8..821ffd0fc2 100644
--- a/phpBB/includes/acp/acp_profile.php
+++ b/phpBB/includes/acp/acp_profile.php
@@ -945,6 +945,9 @@ class acp_profile
if ($action == 'create')
{
+
+ $field_ident = '_' . $field_ident;
+
switch (SQL_LAYER)
{
case 'mysql':