Project:Decisions
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

When running cron, this error pops up:
Unknown column "d.created" in "where clause" query: SELECT d.nid FROM decisions d INNER JOIN node n ON d.nid = n.nid WHERE (d.created + d.runtime) < 1249026115 AND d.active = 1 AND d.runtime <> 0 in /sites/all/modules/decisions/decisions.module on line 82

I'm guessing the d.created should be n.created, so I made a patch for that.

AttachmentSize
decisions_cron.patch981 bytes

Comments

#1

Status:needs review» fixed

Actually, "created" is the node creation date, not the start date for the decision. I fixed this properly in CVS, thanks for reporting the issue.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here