Syntax Error
SomebodySysop - August 28, 2008 - 21:26
| Project: | Automated Logout |
| Version: | 5.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
This line (line #143 in code):
<?php
<span style="display:none" name="complete">You have not been logged out. '. ($refresh ? 'This page will refresh in '. $refresh .' seconds':'') .'</span>
?>should actually be:
<?php
<span style="display:none" name="complete">You have been logged out. '. ($refresh ? 'This page will refresh in '. $refresh .' seconds':'') .'</span>
?>
#1
This fixes it
http://drupal.org/node/341420
Please commit it, or give me commit access....
#2
House cleaning.
Fixed in version 5.x-2.2 back in Feb '08.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.