Changeset 55 for trunk/Modules/Movie/Movie.php
- Timestamp:
- Apr 7, 2020, 12:55:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Movie/Movie.php
r46 r55 66 66 $Output .= '</tr>'; 67 67 $DbResult = $this->Database->select('Movie', '*', $Where.$Order['SQL'].$PageList['SQLLimit']); 68 while ($Movie = $DbResult->fetch_assoc())68 while ($Movie = $DbResult->fetch_assoc()) 69 69 { 70 70 $Output .= '<tr>'. … … 80 80 $Output .= $PageList['Output']; 81 81 82 return ($Output);82 return $Output; 83 83 } 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.