mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Prefixed increment/decrement equivalent.
This commit is contained in:
parent
43f3e91587
commit
a4965bfe3e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class sitemap
|
||||||
$this->priority = $this->topic_priority;
|
$this->priority = $this->topic_priority;
|
||||||
|
|
||||||
if ($page) {
|
if ($page) {
|
||||||
$page = $page - 1;
|
--$page;
|
||||||
$page = $page * 40000;
|
$page = $page * 40000;
|
||||||
$this->limit = " LIMIT {$page},40000";
|
$this->limit = " LIMIT {$page},40000";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue