glossary MDL-22970 changed fieldname so that MSSQL does not complain about same fieldnames
something should be done about this in the driver
This commit is contained in:
committed by
Petr Skoda
parent
aabd2f0064
commit
fb473042ae
@@ -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,'userid');
|
||||
ge.userid, '.user_picture::fields('u',null,'uid');
|
||||
$countsql = 'SELECT COUNT(*)';
|
||||
|
||||
$joins = array(' FROM {glossary_entries} ge ');
|
||||
|
||||
Reference in New Issue
Block a user