Changeset 1331354
- Timestamp:
- 01/19/2016 02:48:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pdsweather/trunk/pdsWeather.php ¶
r1331341 r1331354 43 43 } 44 44 45 print_r($current); 46 if($current){ 45 47 $sunset = date_sunset(time(), SUNFUNCS_RET_TIMESTAMP, $current['display_location']['latitude'], $current['display_location']['longitude'], $current['display_location']['elevation'], 1); 46 48 $sunrise = date_sunrise(time(), SUNFUNCS_RET_TIMESTAMP, $current['display_location']['latitude'], $current['display_location']['longitude'], $current['display_location']['elevation'], 1); … … 105 107 106 108 return $html; 109 } 107 110 108 111 }
Note: See TracChangeset
for help on using the changeset viewer.