mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -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;
|
||||
|
||||
if ($page) {
|
||||
$page = $page - 1;
|
||||
--$page;
|
||||
$page = $page * 40000;
|
||||
$this->limit = " LIMIT {$page},40000";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue