
radhabn - 2010-12-27 09:38:07 -
In reply to message 1 from Gabriel Guzman
Temporary Solution:
Comment the following Lines
if ($this)
{
$page = $this->page;
$order =(($this->order) ? implode(':', $this->order) : '');
$filter =(($this->filter) ? implode(':', $this->filter) : '');
}
Add The following line:
$page = '';
$order = '';
$filter = '';
The whole script works fine.
Radha Kishnan