This line (line #143 in code):
<span style="display:none" name="complete">You have not been logged out. '. ($refresh ? 'This page will refresh in '. $refresh .' seconds':'') .'</span>
should actually be:
<span style="display:none" name="complete">You have been logged out. '. ($refresh ? 'This page will refresh in '. $refresh .' seconds':'') .'</span>
Comments
Comment #1
robloachThis fixes it
http://drupal.org/node/341420
Please commit it, or give me commit access....
Comment #2
jvandervort commentedHouse cleaning.
Fixed in version 5.x-2.2 back in Feb '08.