timeline: if a section is set to hidden and the user is not capable of editing a...
[moodle-blog-course-format.git] / blocks / online_users / settings.php
blob0098fb67d5096638d58cc53d4e81d432e4a56a87
1 <?php //$Id$
3 $settings->add(new admin_setting_configtext('block_online_users_timetosee', get_string('timetosee', 'block_online_users'),
4 get_string('configtimetosee', 'block_online_users'), 5, PARAM_INT));
6 ?>