Line 322:
$where[] = "tik.ip_address LIKE '" . $edit['ip_address'] . "' ";
Should be:
$where[] = "t.ip_address LIKE '" . $edit['ip_address'] . "' ";
Greetz,
T.
Line 322:
$where[] = "tik.ip_address LIKE '" . $edit['ip_address'] . "' ";
Should be:
$where[] = "t.ip_address LIKE '" . $edit['ip_address'] . "' ";
Greetz,
T.
Comments
Comment #1
crunchywelch commentedthanks
Comment #2
crunchywelch commented