Skip to content

Commit

Permalink
"DATA/MDL-18136, fix pagination in data mod, merged from 1.9"
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsheng committed Mar 11, 2009
1 parent 7719860 commit f77569e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/data/view.php
Expand Up @@ -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.'&';

Expand Down

0 comments on commit f77569e

Please sign in to comment.