Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/blocks/online_users/settings.php
Go to the documentation of this file.
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 
 All Data Structures Namespaces Files Functions Variables Enumerations