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
66625366
Commit
66625366
authored
Aug 02, 2007
by
Nigel McNie
Committed by
Penny Leach
Aug 17, 2007
Browse files
Corrected quoting for field names. Using the braces will cause the prefix to be added
parent
202f0ff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/editaccess.php
View file @
66625366
...
...
@@ -66,8 +66,7 @@ $extradata = get_records_sql_array("
FROM
{
view_access_usr
}
WHERE view = ?
UNION
SELECT 'group', group, tutoronly, startdate, stopdate
FROM
{
view_access_group
}
SELECT 'group',
\"
group
\"
, tutoronly, startdate, stopdate FROM
{
view_access_group
}
WHERE view = ?"
,
array
(
$viewid
,
$viewid
));
if
(
$extradata
)
{
foreach
(
$extradata
as
&
$extraitem
)
{
...
...
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