Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
5d9b7034
Commit
5d9b7034
authored
Aug 22, 2009
by
Dries
Browse files
- Patch
#549432
by jromine: fixed editing of profile fields.
parent
34a8a369
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/profile/profile.admin.inc
View file @
5d9b7034
...
...
@@ -171,7 +171,7 @@ function theme_profile_admin_overview($form) {
* @see profile_field_form_submit()
*/
function
profile_field_form
(
&
$form_state
,
$arg
=
NULL
)
{
if
(
arg
(
3
)
==
'edit'
)
{
if
(
arg
(
4
)
==
'edit'
)
{
if
(
is_numeric
(
$arg
))
{
$fid
=
$arg
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment