Closed (fixed)
Project:
Remember me
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 23:20 UTC
Updated:
9 Feb 2012 at 05:40 UTC
This line is throwing an error when I disable the module:
while ($user = db_fetch_object($result)) {
user_save($user, array('remember_me' => NULL), NULL);
}
I found it while I was troubleshooting why Drupal Commerce was not installing.
Comments
Comment #1
missym commentedThis also errors out on the next line: sess_gc(0);
Comment #2
nickl commentedFixed, complete rewrite of disable and addition of uninstall hooks.