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