Changeset 1081 in ExiteCMS for trunk/pm.php
- Timestamp:
- 11/07/07 16:57:20 (5 years ago)
- File:
-
- 1 edited
-
trunk/pm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pm.php
r1071 r1081 54 54 // fix the webmaster to the site's country code 55 55 if ($msgrec['pmindex_from_id'] == 1) { 56 $data2['cc_flag'] = GeoIP_Code2Flag($ locale['country']);56 $data2['cc_flag'] = GeoIP_Code2Flag($settings['country']); 57 57 } else { 58 58 $data2['cc_flag'] = GeoIP_IP2Flag($data2['user_ip']); … … 83 83 // fix the webmaster to the site's country code 84 84 if ($msgrec['pmindex_to_id'] == 1) { 85 $data2['cc_flag'] = GeoIP_Code2Flag($ locale['country']);85 $data2['cc_flag'] = GeoIP_Code2Flag($settings['country']); 86 86 } else { 87 87 $data2['cc_flag'] = GeoIP_IP2Flag($data2['user_ip']);
Note: See TracChangeset
for help on using the changeset viewer.
