Closed (outdated)
Project:
Elysia Cron
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2013 at 13:52 UTC
Updated:
21 Jun 2016 at 13:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jsagotsky commentedHere's my patch. I updated the db_query calls to db_selects and that fixed it. I'm not sure why it makes a difference.
Comment #2
gotheric commentedI think the problem is using the double quotes " instead of the single quote ' for string comparison in SQL query.
I changed the query to use the single quote (i prefer not to apply the patch because that's only for D7, and now elysia_cron_update.php is drupal version independent).
Let me know if it keeps giving error in next version.
Thank for the report
Comment #4
SebCorbin commentedThe 7.x-2.1 release seems to be missing this fix.
There is no 7.x-2.1 in the git repo too, would it be possible to make a new 2.2 release with a proper tag?
Comment #5
regilero commented+1
Comment #6
kala4ek