Subj : logon.js.patch
To : Digital Man
From : echto
Date : Sun Nov 13 2011 02:08 pm
This corrects the logic for turning off flag 4G if a user with level 99 answers
'no' to the 'Ask again later' question about creating a Guest/Anonymous user
account.
224c224
< user.security.flags4&=~UFLAG_G; /* Turn off flag 4G to not ask
again */
---
> user.security.flags4&=!~UFLAG_G; /* Turn off flag 4G to
not ask again */