Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.1.5

Bug #8530 Sort switching (from ASC to DESC) is not working
Submitted: 2006-08-22 07:57 UTC
From: hire at ukr dot net Assigned: wiesemann
Status: Closed Package: Structures_DataGrid_Renderer_Smarty (version CVS)
PHP Version: 5.1.1 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 50 - 4 = ?

 
 [2006-08-22 07:57 UTC] hire at ukr dot net (Anton)
Description: ------------ File Renderer/Smarty.php line #231: if (list($currentField, $currentDirection) = each($this->_currentSort) change to if ((list($currentField, $currentDirection) = each($this->_currentSort))

Comments

 [2006-08-22 16:00 UTC] wiesemann (Mark Wiesemann)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.