Closed (fixed)
Project:
Password Expire
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
22 Dec 2008 at 09:31 UTC
Updated:
5 Jan 2009 at 11:00 UTC
Thanks to Ralf for spotting this one:
In the password_expire_token_values function, $today is used, but not defined. I'm assuming this should be somewhere in the function:
$today = getdate();
Comments
Comment #1
adaven commentedFixed http://drupal.org/cvs?commit=160402