Index: branches/5.1.x/units/poll_answers/poll_answers_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/poll_answers/poll_answers_config.php (.../poll_answers_config.php) (revision 13094) +++ branches/5.1.x/units/poll_answers/poll_answers_config.php (.../poll_answers_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event' + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'AnswerId', 'TableName' => TABLE_PREFIX . 'PollsAnswers', Index: branches/5.1.x/units/private_messages/private_messages_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/private_messages/private_messages_config.php (.../private_messages_config.php) (revision 13094) +++ branches/5.1.x/units/private_messages/private_messages_config.php (.../private_messages_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'PmId', Index: branches/5.1.x/units/topics/topics_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/topics/topics_config.php (.../topics_config.php) (revision 13094) +++ branches/5.1.x/units/topics/topics_config.php (.../topics_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'ConfigPriority' => 0, Index: branches/5.1.x/units/private_message_body/private_message_body_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/private_message_body/private_message_body_config.php (.../private_message_body_config.php) (revision 13094) +++ branches/5.1.x/units/private_message_body/private_message_body_config.php (.../private_message_body_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'PMBodyId', Index: branches/5.1.x/units/censorship/censorship_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/censorship/censorship_config.php (.../censorship_config.php) (revision 13094) +++ branches/5.1.x/units/censorship/censorship_config.php (.../censorship_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'CensorshipId', Index: branches/5.1.x/units/emoticons/emoticons_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/emoticons/emoticons_config.php (.../emoticons_config.php) (revision 13094) +++ branches/5.1.x/units/emoticons/emoticons_config.php (.../emoticons_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', - 4 => 'mode', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'EmoticonId', Index: branches/5.1.x/units/polls/polls_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/polls/polls_config.php (.../polls_config.php) (revision 13094) +++ branches/5.1.x/units/polls/polls_config.php (.../polls_config.php) (revision 13155) @@ -1,6 +1,6 @@ true, 'QueryString' => Array( - 1 => 'id', - 2 => 'page', - 3 => 'event', - 4 => 'mode', + 1 => 'id', + 2 => 'Page', + 3 => 'PerPage', + 4 => 'event', + 5 => 'mode', ), 'IDField' => 'PollId', Index: branches/5.1.x/units/poll_comments/poll_comments_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/poll_comments/poll_comments_config.php (.../poll_comments_config.php) (revision 13094) +++ branches/5.1.x/units/poll_comments/poll_comments_config.php (.../poll_comments_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event' + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'CommentId', 'TableName' => TABLE_PREFIX . 'PollsComments', Index: branches/5.1.x/units/posts/posts_config.php =================================================================== diff -u -N -r13094 -r13155 --- branches/5.1.x/units/posts/posts_config.php (.../posts_config.php) (revision 13094) +++ branches/5.1.x/units/posts/posts_config.php (.../posts_config.php) (revision 13155) @@ -1,6 +1,6 @@ Array ( 1 => 'id', 2 => 'Page', - 3 => 'event', + 3 => 'PerPage', + 4 => 'event', ), 'IDField' => 'PostingId',