Closed (fixed)
Project:
Forward
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Nov 2012 at 17:35 UTC
Updated:
10 Mar 2013 at 20:00 UTC
http://drupal.org/update/modules/6/7#dbtng
forward/forward.install:129: while ($forward = db_fetch_object($forwards)) {
Comments
Comment #1
john.oltman commentedGood catch, will do. All of those updates in the D7 install can probably go away, since I think the first D7 version was released with all of those updates incorporated already. I'll double check.
Comment #2
john.oltman commentedComment #3
john.oltman commentedTook the less risky route and simply updated the code to use the new DB API.
Committed to 7.x-1.x and 7.x-2.x branches.
Comment #4
john.oltman commented