* fix the bug of pageID, show be pageid.

This commit is contained in:
wwccss
2015-01-21 10:42:24 +08:00
parent 82fe463764
commit 1bbf014696
+1 -1
View File
@@ -255,7 +255,7 @@ class pager
{
if(strtolower($key) == 'rectotal') $this->params[$key] = $this->recTotal;
if(strtolower($key) == 'recperpage') $this->params[$key] = $this->recPerPage;
if(strtolower($key) == 'pageID') $this->params[$key] = $this->pageID;
if(strtolower($key) == 'pageid') $this->params[$key] = $this->pageID;
}
}