viewing paste Paginator | Text

Posted on the
1 2 3
.@a = (( .@page_index * .@page_size ) + ( .@index * 5 ) );
to
.@a = (( .@page_index * 5 * .@page_size ) + ( .@index * 5 ) );
Viewed 1038 times, submitted by Dastgir.