Changeset 874 for trunk/block/index.php


Ignore:
Timestamp:
Apr 6, 2020, 11:56:19 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Do not use parenthesis around returned value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/block/index.php

    r873 r874  
    3838    $Output .= '<br/><br/>V případě problémů kontaktujte technickou podporu na telefonu 737785792<br/><br/>';
    3939    $Output .= '</body></html>';
    40     return ($Output);
     40    return $Output;
    4141  }
    4242}
Note: See TracChangeset for help on using the changeset viewer.