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:
Aparup Banerjee
2011-02-15 09:33:25 +01:00
committed by Petr Skoda
parent aabd2f0064
commit fb473042ae
+1 -1
View File
@@ -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 ');