Participant list problem

Re: Participant list problem

by Nad Nouicer -
Number of replies: 0

Hi

The closest I got is I went to user/index.php and I changed the beloww parameters to zero, but still showing # of students, and this line!!  Warning: Division by zero in /public_html/training/lib/weblib.php on line 4437


'USER_SMALL_CLASS', 0);   // Below this is considered small
    define('USER_LARGE_CLASS', 0);  // Above this is considered large
    define('DEFAULT_PAGE_SIZE', 0);

Nad