forked from leftypol/leftypol
Fix
This commit is contained in:
parent
735a9a6249
commit
29433c989f
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@
|
||||||
time()-$timespan)
|
time()-$timespan)
|
||||||
) or error(db_error());
|
) or error(db_error());
|
||||||
$uniqueIps = $unique_query->fetchAll();
|
$uniqueIps = $unique_query->fetchAll();
|
||||||
foreach ($unique_ips as $_k => $row) {
|
foreach ($uniqueIps as $_k => $row) {
|
||||||
$markAsCounted[$row['ip']] = true;
|
$markAsCounted[$row['ip']] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue