Changeset 873 for trunk/Modules/Meteostation
- Timestamp:
- Apr 6, 2020, 11:17:40 PM (5 years ago)
- Location:
- trunk/Modules/Meteostation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meteostation/Download.php
r548 r873 4 4 5 5 $MeteoStation = new MeteoStation($System->Database, $System); 6 while (true)6 while (true) 7 7 { 8 8 $MeteoStation->DownloadAll(); -
trunk/Modules/Meteostation/Meteostation.php
r747 r873 11 11 $Output = 'Stav meteostanice:<br/>'; 12 12 $Output .= '<img src="'.$this->System->Link('/Modules/Meteostation/cache/1.png').'" alt="stav meteostanice"/>'; 13 return ($Output);13 return ($Output); 14 14 } 15 15 } … … 91 91 { 92 92 $DbResult = $this->Database->select('MeteoStation', '*'); 93 while ($DbRow = $DbResult->fetch_assoc())93 while ($DbRow = $DbResult->fetch_assoc()) 94 94 { 95 95 $MeteoStation = new MeteoStation();
Note:
See TracChangeset
for help on using the changeset viewer.