Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
37695a6f
Commit
37695a6f
authored
Feb 16, 2011
by
Aparup Banerjee
Committed by
Eloy Lafuente
Feb 16, 2011
Browse files
glossary MDL-22970 uid is reserved in ORACLE! changed to userid
parent
534f22d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/glossary/lib.php
View file @
37695a6f
...
...
@@ -353,7 +353,7 @@ function glossary_print_recent_activity($course, $viewfullnames, $timestart) {
}
$selectsql
=
'SELECT ge.id, ge.concept, ge.approved, ge.timemodified, ge.glossaryid,
ge.userid,
'
.
user_picture
::
fields
(
'u'
,
null
,
'uid'
);
'
.
user_picture
::
fields
(
'u'
,
null
,
'u
ser
id'
);
$countsql
=
'SELECT COUNT(*)'
;
$joins
=
array
(
' FROM {glossary_entries} ge '
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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