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
Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git]
/
mod
/
hotpot
/
defaults.php
blob
8e678f78c60f2a70475975b7c5a48f0869456aa8
1
<
?php
// $Id$
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
?
>