Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 by sysadm, Sat Apr 5 04:11:35 2025 UTC | Revision 1.19 by sysadm, Sat Apr 5 15:19:16 2025 UTC | |
|---|---|---|
| # | Line 63 if ($row = mysqli_fetch_array($rs)) | Line 63 if ($row = mysqli_fetch_array($rs)) |
| 63 | ||
| 64 | mysqli_free_result($rs); | mysqli_free_result($rs); |
| 65 | ||
| 66 | if (!in_array($rpp, $BBS_list_rpp_options)) | |
| 67 | { | |
| 68 | $rpp = $BBS_list_rpp_options[0]; | |
| 69 | } | |
| 70 | ||
| 71 | $page_total = ceil($toa / $rpp); | $page_total = ceil($toa / $rpp); |
| 72 | if ($page > $page_total) | if ($page > $page_total) |
| 73 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |