|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 defined('MOODLE_INTERNAL') || die; 00004 00005 if ($ADMIN->fulltree) { 00006 $settings->add(new admin_setting_configtext('block_online_users_timetosee', get_string('timetosee', 'block_online_users'), 00007 get_string('configtimetosee', 'block_online_users'), 5, PARAM_INT)); 00008 } 00009