No Pager on Assign Reviews Page in Manage Conference

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
sertaconay's picture

Greetings.

The manager sees 25 papers to assign reviews. If there are 50 papers, manager can't see them and can't assign reviews to them. I searched for this bug and found this:

http://drupal.org/node/852820 > http://drupal.org/node/852820#comment-3287784 >> I have done what is said. This fixes Decision page, puts pager bottom of the page and woırks well.
and i tried to change 25 to 100 or 200 but nothing happens. (i flushed cache etc.)

But I couldn't fix Assign Reviews and Revisions pages in Manage Conference. Still shows 25 papers.
My theme is Fusion Starter Lite.
What sould i do ?

Best regards.

Comments

Fixed.

sertaconay's picture

Fixed.

$result = pager_query($sql, 25, 0, NULL, $ctype_paper); to
$result = pager_query($sql, 25, 5, NULL, $ctype_paper);