Changeset 1777
- Timestamp:
- Feb 6, 2007, 8:40:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2_6/webapp/modules/pc/do/c_edit_update_c_commu.php
r1268 r1777 48 48 if (OPENPNE_USE_COMMU_MAP) { 49 49 $is_display_map = $requests['is_display_map']; 50 if ($is_display_map) { 50 51 if ($is_display_map && $requests['map_pref_id'] <> 50) { 51 52 $pref = null; 52 53 if ($requests['map_pref_id'] > 0) { … … 54 55 } 55 56 56 if (!empty($pref['map_latitude']) && !empty($pref['map_longitude']) ) {57 if (!empty($pref['map_latitude']) && !empty($pref['map_longitude']) && $requests['map_pref_id'] <> -1) { 57 58 $map_latitude = $pref['map_latitude']; 58 59 $map_longitude = $pref['map_longitude'];
Note: See TracChangeset
for help on using the changeset viewer.