Needs review
Project:
Media Mover
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2011 at 03:38 UTC
Updated:
12 Jun 2014 at 03:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
coderintherye commentedCalls to update_sql() are on lines 34 and 45 of the latest 7.x-dev
Obviously, update_sql() is a 6.x. function, not 7.x., use db_query instead.
I can roll a patch if necessary, but simply just replace those two calls to update_sql() with db_query();
Marking as critical because it prevents the enabling and use of the module.
Comment #2
damienmckennaThis should resolve the problem, though I've not tested it yet.