BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Notice: Undefined variable: ip in cp/modules/logdata/login.php on line 28 #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in r900.

Original comment by shugoten...@gmail.com on 28 Dec 2008 at 11:09