Changeset 873 for trunk/Modules/Meteostation/Meteostation.php
- Timestamp:
- Apr 6, 2020, 11:17:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.