Selaa lähdekoodia

Update listview.class.php

tags/6.2.5
叙述、别离 2 vuotta sitten
vanhempi
commit
2aa511254c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      src/system/archive/listview.class.php

+ 2
- 2
src/system/archive/listview.class.php Näytä tiedosto

@@ -786,7 +786,7 @@ class ListView
*/
function GetPageListST($list_len, $listitem = "index,end,pre,next,pageno")
{
global $cfg_cmspath, $cfg_rewrite;
global $cfg_rewrite;
$prepage = $nextpage = '';
$prepagenum = $this->PageNo - 1;
$nextpagenum = $this->PageNo + 1;
@@ -874,7 +874,7 @@ class ListView
*/
function GetPageListDM($list_len, $listitem = "index,end,pre,next,pageno")
{
global $cfg_cmspath, $cfg_rewrite;
global $cfg_rewrite;
$prepage = $nextpage = '';
$prepagenum = $this->PageNo - 1;
$nextpagenum = $this->PageNo + 1;


Loading…
Peruuta
Tallenna