"DATA/MDL-18136, fix pagination in data mod, merged from 1.9"

This commit is contained in:
dongsheng 2009-03-11 04:22:40 +00:00
parent 7719860b60
commit f77569e1ad

View file

@ -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.'&';