叙述、别离 hace 6 meses
padre
commit
35f6be4d5a
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/system/archive/listview.class.php
  2. +1
    -1
      src/system/archive/sglistview.class.php

+ 1
- 1
src/system/archive/listview.class.php Ver fichero

@@ -269,7 +269,7 @@ class ListView
}
} else {
$this->pagesize = isset($GLOBALS['PageSize'])? intval($GLOBALS['PageSize']) : 10;
$this->pagesize = $this->pagesize > 20? 20 : $this->pagesize;
$this->pagesize = $this->pagesize > 20 ? 20 : $this->pagesize;
}
$this->TotalPage = ceil($this->TotalResult / $this->pagesize);
}


+ 1
- 1
src/system/archive/sglistview.class.php Ver fichero

@@ -228,7 +228,7 @@ class SgListView
}
} else {
$this->pagesize = isset($GLOBALS['PageSize'])? intval($GLOBALS['PageSize']) : 10;
$this->pagesize = $this->pagesize > 20? 20 : $this->pagesize;
$this->pagesize = $this->pagesize > 20 ? 20 : $this->pagesize;
}
$this->TotalPage = ceil($this->TotalResult / $this->pagesize);
}


Cargando…
Cancelar
Guardar