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

mattyoung’s picture

Assigned: Unassigned » mattyoung

thanks.

mattyoung’s picture

Version: 6.x-1.7 » 6.x-1.8
Status: Needs review » Closed (fixed)

Released...