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
7cf9892e
Commit
7cf9892e
authored
Aug 20, 2007
by
Nigel McNie
Browse files
Manually applied patch that didn't work because I didn't git pull first.
parent
a54e7cbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/getfeedback.json.php
View file @
7cf9892e
...
...
@@ -75,7 +75,7 @@ else {
$feedback
=
get_records_sql_array
(
'
SELECT
f.id, f.author, f.ctime, f.message, f.public, f.attachment, a.title
FROM {view_feedback}
FROM {view_feedback}
f
LEFT OUTER JOIN {artefact} a ON f.attachment = a.id
WHERE view = '
.
$view
.
(
$public
?
' AND (f.public = 1 OR f.author = '
.
$userid
.
')'
:
''
)
.
'
...
...
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