What steps will reproduce the problem?
When I enter EA Logs and look for login, I enter in an IP it gives me the
error above.
What is the expected output? What do you see instead?
I expected a correct IP address to show up, I got Notice: Undefined
variable: ip in cp/modules/logdata/login.php on line 28.
What version of the product are you using? On what operating system?
898, Ubuntu 8.04
Please provide any additional information below.
if ($ipAddress) {
$sqlpartial .= 'AND ip LIKE ? ';
$bind[] = "%$ip%"; <- Line 28
}
Original issue reported on code.google.com by mastelam...@gmail.com on 27 Dec 2008 at 6:19
Original issue reported on code.google.com by
mastelam...@gmail.com
on 27 Dec 2008 at 6:19