repo.or.cz
/
moodle-blog-course-format.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
0098fb67d5096638d58cc53d4e81d432e4a56a87
1
<
?php
//$Id$
2
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
));
5
6
?
>