On line 89 of drpager.module URL is always generated in clean url style. Because of this random access ising textfield doesn't work: user is redirected to the wrong page.
The line should be changed to this:
$url = base_path() . (variable_get('clean_url', 0)?$_GET['q'].'?':'?q='.$_GET['q'].'&') . $drpager_query;
Comments
Comment #1
mattyoung commentedthanks.
Comment #2
mattyoung commentedReleased...