Преглед изворни кода

[Web] match PAGINATION_SIZE to an existing datatable option

FreddleSpl0it пре 2 година
родитељ
комит
d62c275004
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      data/web/inc/vars.inc.php

+ 1 - 1
data/web/inc/vars.inc.php

@@ -124,7 +124,7 @@ $MAILCOW_APPS = array(
 );
 
 // Rows until pagination begins
-$PAGINATION_SIZE = 20;
+$PAGINATION_SIZE = 25;
 
 // Default number of rows/lines to display (log table)
 $LOG_LINES = 1000;