Home » Structures » Structures_DataGrid_Renderer_Smarty » Bug #8530
Sort switching (from ASC to DESC) is not working
Details
| Submitted | 2006-08-22 07:57 UTC |
|---|---|
| From | hire at ukr dot net |
| Assigned | wiesemann |
| Status | Closed |
| Package | Structures_DataGrid_Renderer_Smarty |
| PHP Version | 5.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))