Changeset 98395 in spip-zone
- Timestamp:
- Jun 14, 2016, 1:54:42 AM (3 years ago)
- Location:
- _plugins_/geoip/branches/v1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/geoip/branches/v1/geoip_fonctions.php
r98260 r98395 41 41 } 42 42 43 spip_log($ip, 'test.' . _LOG_ERREUR);44 $resultat = $fonction($gi, $ip);45 43 46 44 } -
_plugins_/geoip/branches/v1/lib/geoip.php
r98260 r98395 1614 1614 { 1615 1615 $country_id = geoip_country_id_by_name($gi, $name); 1616 spip_log($country_id, 'test.' . _LOG_ERREUR);1617 1616 if ($country_id !== false) { 1618 1617 return $gi->GEOIP_COUNTRY_NAMES[$country_id];
Note: See TracChangeset
for help on using the changeset viewer.