MDL-13440 fixed typo; merging from 1.9

This commit is contained in:
nicolasconnault
2008-02-12 13:46:57 +00:00
parent fc22da99e2
commit 450a87c566
+1 -1
View File
@@ -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);
}