Changeset 256
- Timestamp:
- 05/08/08 22:49:51 (7 months ago)
- Files:
-
- trunk/Phergie/Plugin/Weather.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Plugin/Weather.php
r232 r256 77 77 if (count($xml->loc) != 0) { 78 78 $where = $xml->loc[0]['id']; 79 $feed = 'http://xoap.weather.com/weather/local/' . $where . '?cc=*& prod=xoap&par=' . $this->partnerId . '&key=' . $this->licenseKey;79 $feed = 'http://xoap.weather.com/weather/local/' . $where . '?cc=*&link=xoap&par=' . $this->partnerId . '&key=' . $this->licenseKey; 80 80 $contents = @file_get_contents($feed, null, $context); 81 81 if (!$contents) {