| branch | HEAD |
| changeset 7442 | 5f5387780b30 |
| parent 7441 | 142904168971 |
| child 7443 | cb0edbf9c9ac |
1.1 --- a/system/classes/listfactory.class.php Thu Nov 05 21:33:05 2009 +0000 1.2 +++ b/system/classes/listfactory.class.php Thu Nov 05 21:35:39 2009 +0000 1.3 @@ -665,7 +665,7 @@ 1.4 $text = $sort_text . $field['title']; 1.5 $href = ''; 1.6 $selected = ''; 1.7 - 1.8 + 1.9 if ($this->_style == 'inline' && $show_sort && $field['sort'] != false) 1.10 { 1.11 $direction = $this->_def_sort_arr['direction'];