From: dongsheng Date: Wed, 11 Mar 2009 04:22:40 +0000 (+0000) Subject: "DATA/MDL-18136, fix pagination in data mod, merged from 1.9" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f77569e1ad8656bb48ee546a4ce1e27aae529d42;p=moodle.git "DATA/MDL-18136, fix pagination in data mod, merged from 1.9" --- 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.'&';