Index: branches/5.1.x/units/links/links_config.php =================================================================== diff -u -N -r13095 -r13157 --- branches/5.1.x/units/links/links_config.php (.../links_config.php) (revision 13095) +++ branches/5.1.x/units/links/links_config.php (.../links_config.php) (revision 13157) @@ -1,6 +1,6 @@ Array( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'AggregateTags' => Array ( Index: branches/5.1.x/units/l-visits/l-visits_config.php =================================================================== diff -u -N -r13095 -r13157 --- branches/5.1.x/units/l-visits/l-visits_config.php (.../l-visits_config.php) (revision 13095) +++ branches/5.1.x/units/l-visits/l-visits_config.php (.../l-visits_config.php) (revision 13157) @@ -1,6 +1,6 @@ Array ( 1 => 'id', - 2 => 'page', - 3 => 'event', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'VisitId', Index: branches/5.1.x/units/listings/listings_config.php =================================================================== diff -u -N -r13095 -r13157 --- branches/5.1.x/units/listings/listings_config.php (.../listings_config.php) (revision 13095) +++ branches/5.1.x/units/listings/listings_config.php (.../listings_config.php) (revision 13157) @@ -1,6 +1,6 @@ Array( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'RegularEvents' => Array( Index: branches/5.1.x/units/link_validation/link_validation_config.php =================================================================== diff -u -N -r13095 -r13157 --- branches/5.1.x/units/link_validation/link_validation_config.php (.../link_validation_config.php) (revision 13095) +++ branches/5.1.x/units/link_validation/link_validation_config.php (.../link_validation_config.php) (revision 13157) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'RegularEvents' => Array ( Index: branches/5.1.x/units/listing_types/listing_types_config.php =================================================================== diff -u -N -r13095 -r13157 --- branches/5.1.x/units/listing_types/listing_types_config.php (.../listing_types_config.php) (revision 13095) +++ branches/5.1.x/units/listing_types/listing_types_config.php (.../listing_types_config.php) (revision 13157) @@ -1,6 +1,6 @@ Array(), 'QueryString' => Array( 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'ListingTypeId', 'TitleField' => 'Name',