User Offline Patch
1.0
In the profile some users where shown as "not online". This Patch solves this bug.
Bjoern Berg - cgi@bjoern-berg.de
http://www.wintotal.de/YaBB
Sources/Profile.pl
if( $useraccount{$name} eq $INFO{'username'}) {
if( $name eq $INFO{'username'}) { ###HbBB - User not online Patch