Changeset 55 for trunk/Modules/School/School.php
- Timestamp:
- Apr 7, 2020, 12:55:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/School/School.php
r37 r55 39 39 $Output .= '</tr>'; 40 40 $DbResult = $this->Database->select('School', '*', '1 ORDER BY `Name`'); 41 while ($School = $DbResult->fetch_assoc())41 while ($School = $DbResult->fetch_assoc()) 42 42 { 43 43 $Output .= '<tr>'. … … 49 49 $Output .= '</table>'; 50 50 51 return ($Output);51 return $Output; 52 52 } 53 53 }
Note:
See TracChangeset
for help on using the changeset viewer.