- Timestamp:
- 02/25/10 15:56:33 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/NodeLists/NodeListXML.php
r1421 r1453 331 331 $_hotspotGis->setAttribute("lat", $_gisData->getLatitude()); 332 332 $_hotspotGis->setAttribute("long", $_gisData->getLongitude()); 333 $_hotspotGis->setAttribute("show", $_node->showOnMap()); 333 334 $_hotspot->appendChild($_hotspotGis); 334 335 }
