Pager did not work for my until I added this to _webform_report_pager() function:
global $pager_page_array, $pager_total;
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 749488.patch | 675 bytes | jimbullington |
Pager did not work for my until I added this to _webform_report_pager() function:
global $pager_page_array, $pager_total;
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 749488.patch | 675 bytes | jimbullington |
Comments
Comment #1
jimbullington commentedYou are correct - this was left off the 6.x version. A patch is attached. Thanks for finding and fixing this!