Skip to content

Commit

Permalink
MDL-13440 fixed typo; merging from 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Feb 12, 2008
1 parent fc22da9 commit 450a87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/data/view.php
Expand Up @@ -535,7 +535,7 @@
}

//Advanced search form doesn't make sense for single (redirects list view)
if ($records || $search || $page || $mode = 'asearch' && $mode != 'single') {
if ($records || $search || $page || $mode == 'asearch' && $mode != 'single') {
data_print_preference_form($data, $perpage, $search, $sort, $order, $search_array, $advanced, $mode);
}

Expand Down

0 comments on commit 450a87c

Please sign in to comment.