This seems to have a problem with logging in to a username that has an apostrophe/single quote in it. Otherwise seems fine in 3.8.1.
Invalid SQL: INSERT INTO `moderatorlog`
(userid, dateline, action, ipaddress)
VALUES ('x', '123456789', 'Logged in as <a href="http://----.com/member.php?u=1234">Example's Badname</a>', '1.2.3.4');
For a temporary workaround, I just changed the line that constructs that phrase ($cybltua_loginfo = ) to put in a userid instead of the name.
Thanks.
|