Ignore:
Timestamp:
Apr 6, 2020, 11:17:40 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Meteostation/Meteostation.php

    r747 r873  
    1111    $Output = 'Stav meteostanice:<br/>';
    1212    $Output .= '<img src="'.$this->System->Link('/Modules/Meteostation/cache/1.png').'" alt="stav meteostanice"/>';
    13     return($Output);
     13    return ($Output);
    1414  }
    1515}
     
    9191  {
    9292    $DbResult = $this->Database->select('MeteoStation', '*');
    93     while($DbRow = $DbResult->fetch_assoc())
     93    while ($DbRow = $DbResult->fetch_assoc())
    9494    {
    9595      $MeteoStation = new MeteoStation();
Note: See TracChangeset for help on using the changeset viewer.