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/Common/VCL/Database.php

    r873 r874  
    6666    $ListView->Rows[] = $Row;
    6767    $Output = parent::Show();
    68     return ($Output);
     68    return $Output;
    6969  }
    7070}
Note: See TracChangeset for help on using the changeset viewer.