Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
60faec48
Commit
60faec48
authored
Jan 24, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 24, 2007
Browse files
Fixed incorrect table name causing boom.
parent
8a6c8816
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/form/elements/viewacl.php
View file @
60faec48
...
...
@@ -77,7 +77,7 @@ function pieform_render_viewacl_getvaluebytype($type, $id) {
return
display_name
(
$user
);
break
;
case
'group'
:
return
get_field
(
'group'
,
'name'
,
'id'
,
$id
);
return
get_field
(
'
usr_
group'
,
'name'
,
'id'
,
$id
);
break
;
case
'community'
:
return
get_field
(
'community'
,
'name'
,
'id'
,
$id
);
...
...
Write
Preview
Supports
Markdown
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