Plugin Directory

Changeset 1027946


Ignore:
Timestamp:
11/18/2014 01:50:37 PM (11 years ago)
Author:
dswpsupport
Message:

change in condition: if( $ipInfostate? != "0") to if( $ipInfocountry? != "0")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • usermap/trunk/userMap.php

    r991809 r1027946  
    537537    $useraddressinfo = implode('+', $ipInfo);
    538538   
    539     if( $ipInfo['state'] != "0")
     539    if( $ipInfo['country'] != "0")
    540540    {
    541541        $ipdata = @$useraddressinfo; //["country"];       
Note: See TracChangeset for help on using the changeset viewer.