Skip to content

Commit

Permalink
* view_all_set.php:
Browse files Browse the repository at this point in the history
   Fixed typo which would cause 'hide resolved' to be unset when re-sorting.


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2055 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
int2str committed Feb 27, 2003
1 parent 7de22a9 commit fd12915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view_all_set.php
Expand Up @@ -129,7 +129,7 @@
"#$t_setting_arr[11]#$t_setting_arr[12]".
"#$t_setting_arr[13]#$t_setting_arr[14]".
"#$t_setting_arr[15]#$t_setting_arr[16]".
"#$t_setting_arr[17]#$t_settings_arr[18]";
"#$t_setting_arr[17]#$t_setting_arr[18]";
break;
# does nothing. catch all case
default:
Expand All @@ -142,7 +142,7 @@
"#$t_setting_arr[11]#$t_setting_arr[12]".
"#$t_setting_arr[13]#$t_setting_arr[14]".
"#$t_setting_arr[15]#$t_setting_arr[16]".
"#$t_setting_arr[17]#$t_settings_arr[18]";
"#$t_setting_arr[17]#$t_setting_arr[18]";
}

# set cookie values
Expand Down

0 comments on commit fd12915

Please sign in to comment.