From f77569e1ad8656bb48ee546a4ce1e27aae529d42 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 11 Mar 2009 04:22:40 +0000 Subject: [PATCH] "DATA/MDL-18136, fix pagination in data mod, merged from 1.9" --- mod/data/view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/data/view.php b/mod/data/view.php index 41375e12df..50f44e272a 100755 --- a/mod/data/view.php +++ b/mod/data/view.php @@ -629,6 +629,7 @@ $baseurl = 'view.php?d='.$data->id.'&'; //send the advanced flag through the URL so it is remembered while paging. $baseurl .= 'advanced='.$advanced.'&'; + $search && $baseurl .= 'filter=1&'; //pass variable to allow determining whether or not we are paging through results. $baseurl .= 'paging='.$paging.'&'; -- 2.39.5