Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

Commit

Permalink
MDL-25594 completion: Remove unused column from query
Browse files Browse the repository at this point in the history
Which is also a reserved word.
  • Loading branch information
Aaron Barnes committed May 4, 2011
1 parent c8ad2c1 commit e874292
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/completion/completion_criteria_activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public function cron() {
$sql = '
SELECT DISTINCT
c.id AS course,
cr.timeend AS date,
cr.id AS criteriaid,
ra.userid AS userid,
mc.timemodified AS timecompleted
Expand Down
1 change: 0 additions & 1 deletion lib/completion/completion_criteria_duration.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public function cron() {
$sql = '
SELECT
c.id AS course,
cr.timeend AS date,
cr.id AS criteriaid,
u.id AS userid,
ue.timestart AS otimestart,
Expand Down
1 change: 0 additions & 1 deletion lib/completion/completion_criteria_grade.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ public function cron() {
$sql = '
SELECT DISTINCT
c.id AS course,
cr.timeend AS date,
cr.id AS criteriaid,
ra.userid AS userid,
gg.finalgrade AS gradefinal,
Expand Down

0 comments on commit e874292

Please sign in to comment.