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/School/School.php

    r37 r55  
    3939    $Output .= '</tr>';
    4040    $DbResult = $this->Database->select('School', '*', '1 ORDER BY `Name`');
    41     while($School = $DbResult->fetch_assoc())
     41    while ($School = $DbResult->fetch_assoc())
    4242    {
    4343      $Output .= '<tr>'.
     
    4949    $Output .= '</table>';
    5050
    51     return($Output);
     51    return $Output;
    5252  }
    5353}
Note: See TracChangeset for help on using the changeset viewer.