Changeset 1053 in ExiteCMS


Ignore:
Timestamp:
11/04/07 13:08:23 (4 years ago)
Author:
hverton
Message:

Fixed redirect to the homepage error: added aidlink to pagenav

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/members.php

    r1002 r1053  
    202202    $variables['rowstart'] = $rowstart; 
    203203    $variables['items_per_page'] = ITEMS_PER_PAGE; 
    204     $variables['pagenav_url'] = FUSION_SELF."?sortby=$sortby&".($country==""?"":"country=$country&"); 
     204    $variables['pagenav_url'] = FUSION_SELF.$aidlink."&sortby=$sortby&".($country==""?"":"country=$country&"); 
    205205} 
    206206 
Note: See TracChangeset for help on using the changeset viewer.