Changeset 7823 for trunk/src/map/inc/node_info.php
- Timestamp:
- Apr 18, 2010, 10:48:06 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/map/inc/node_info.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/inc/node_info.php
r7821 r7823 50 50 foreach($markers as $marker) 51 51 { 52 if( $marker['name'] == $_GET['name'])52 if(!$marker['location'] == null) 53 53 { 54 $name = $marker['name']; 55 $location = $marker['location']; 54 if($marker['name'] == $_GET['name']) 55 { 56 $name = $marker['name']; 57 $location = $marker['location']; 58 } 56 59 } 57 60 }
Note:
See TracChangeset
for help on using the changeset viewer.
