Skip to content

Commit

Permalink
no page in groups, thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Feb 6, 2006
1 parent f4e101b commit 27b00cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/data/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

/// Check to see if groups are being used here
if ($groupmode = groupmode($course, $cm)) { // Groups are being used
$currentgroup = setup_and_print_groups($course, $groupmode, 'view.php?d='.$data->id.'&search='.s($search).'&sort='.s($sort).'&order='.s($order).'&page='.$page.'&');
$currentgroup = setup_and_print_groups($course, $groupmode, 'view.php?d='.$data->id.'&search='.s($search).'&sort='.s($sort).'&order='.s($order).'&');
} else {
$currentgroup = 0;
}
Expand Down

0 comments on commit 27b00cd

Please sign in to comment.