next 10 result
Brought to you by:
nileshd
As previous you have problem with next.
I modify simpleListerGenerator.plugin.class.php so:
row 86 $code .= "\$limitQuery = \" LIMIT
\".\$startLimit.\",\".(\$numberOfRows+1);\n";
riga 135 $code .= $this->getCodeTab()."while
(\$i<\$numberOfRows)\n";
row 151 $code .=
$this->getCodeTab().$this->getCodeTab()."\$i++;\n
if((\$numberOfRows > \$limitPerPage)
&&(\$i+1)==\$numberOfRows) break;\n\n";
row 242 $code .= "if (\$numberOfRows > \$limitPerPage)\n";
bye
marcob