Ignore:
Timestamp:
Apr 7, 2020, 12:55:39 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code formatting.
File:
1 edited

Legend:

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

    r46 r55  
    6666    $Output .= '</tr>';
    6767    $DbResult = $this->Database->select('Movie', '*', $Where.$Order['SQL'].$PageList['SQLLimit']);
    68     while($Movie = $DbResult->fetch_assoc())
     68    while ($Movie = $DbResult->fetch_assoc())
    6969    {
    7070      $Output .= '<tr>'.
     
    8080    $Output .= $PageList['Output'];
    8181
    82     return($Output);
     82    return $Output;
    8383  }
    8484}
Note: See TracChangeset for help on using the changeset viewer.