[turba] "items per page" doesn't work
Francesco Consumi
consumi at minori.it
Sun Oct 30 02:41:20 PST 2005
Hi,
I've update Horde to a recent CVS, and I've noticed that "items" per
page option of Turba doesn't work.
In particular, I saw that program flow never enters in block under row
166 in lib/ListView.php :
if (Util::getFormData('key') == '**search') {
$page = Util::getFormData('page', 0);
$numitem = $this->count();
$maxpage = $prefs->getValue('maxpage');
$perpage = $prefs->getValue('perpage');
...
....
So, the result of "if" is ever false.
any idea ?
thanks,
More information about the turba
mailing list