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/Modules/Subject/Subject.php

    r873 r874  
    184184    $DbRow = $DbResult->fetch_row();
    185185    $Output = 'Subjektů: '.$DbRow['0'].'<br/>';
    186     return ($Output);
     186    return $Output;
    187187  }
    188188}
Note: See TracChangeset for help on using the changeset viewer.