# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /var/www/freenetis-dev # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: application/models/ip_address.php --- application/models/ip_address.php Base (BASE) +++ application/models/ip_address.php Locally Modified (Based On LOCAL) @@ -186,6 +186,7 @@ LEFT JOIN members_whitelists mw ON mw.member_id = m.id AND mw.since <= CURDATE() AND mw.until >= CURDATE() WHERE ip.member_id IS NULL + GROUP BY ip.id ) ip $where ")->current()->total;