repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change 'old' password prompt to make it more intuitive to users
[moodle-linuxchix.git]
/
mod
/
hotpot
/
defaults.php
blob
cd3373848b1e36ee2fd5f9abcfc76365215516b3
1
<
?php
2
if
(
empty
(
$CFG
->
hotpot_initialdisable
)) {
3
if
(!
count_records
(
'hotpot'
)) {
4
set_field
(
'modules'
,
'visible'
,
0
,
'name'
,
'hotpot'
);
// Disable it by default
5
set_config
(
'hotpot_initialdisable'
,
1
);
6
}
7
}
8
9
?
>