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

robloach’s picture

This fixes it
http://drupal.org/node/341420

Please commit it, or give me commit access....

jvandervort’s picture

Status: Active » Fixed

House cleaning.
Fixed in version 5.x-2.2 back in Feb '08.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.