mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
Fixed small profile fields problem
git-svn-id: file:///svn/phpbb/trunk@5163 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
67113ee028
commit
a9fed2022c
1 changed files with 5 additions and 1 deletions
|
@ -153,9 +153,13 @@ class custom_profile
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($error != '')
|
||||||
|
{
|
||||||
$cp_error[] = $error;
|
$cp_error[] = $error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue