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
39ee67c4
Commit
39ee67c4
authored
May 18, 2009
by
Richard Mansfield
Browse files
Don't assume views can only be submitted to groups on my views page
parent
a609b8b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/index.php
View file @
39ee67c4
...
...
@@ -54,9 +54,6 @@ if (!$tutorgroupdata = @get_records_sql_array('SELECT g.id, g.name
AND t.submittableto = 1
ORDER BY g.name'
,
array
(
$userid
)))
{
$tutorgroupdata
=
array
();
foreach
(
$data
->
data
as
&
$view
)
{
unset
(
$view
[
'submittedto'
]);
}
}
else
{
$options
=
array
();
...
...
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