PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Structures » Structures_DataGrid_Renderer_Smarty » Bug #8530

Sort switching (from ASC to DESC) is not working

Details

Submitted2006-08-22 07:57 UTC
Fromhire at ukr dot net
Assignedwiesemann
StatusClosed
PackageStructures_DataGrid_Renderer_Smarty
PHP Version5.1.1
Roadmaps(Not assigned)

Comments

[2006-08-22 07:57 UTC] hire at ukr dot net

Description:
------------
File Renderer/Smarty.php
line #231:
if (list($currentField, $currentDirection) = each($this->_currentSort)
change to
if ((list($currentField, $currentDirection) = each($this->_currentSort))