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
33995e43
Commit
33995e43
authored
Jan 30, 2008
by
Richard Mansfield
Browse files
Remove stray 'u'
parent
da768090
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/form/elements/viewacl.php
View file @
33995e43
...
...
@@ -44,7 +44,7 @@ function pieform_element_viewacl(Pieform $form, $element) {
$presets
=
array
(
'public'
,
'loggedin'
,
'friends'
);
}
else
{
$presets
=
array
(
'loggedin
u
'
,
'friends'
);
$presets
=
array
(
'loggedin'
,
'friends'
);
}
if
(
$value
)
{
foreach
(
$value
as
$key
=>
&
$item
)
{
...
...
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