mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup
This commit is contained in:
parent
51176ec09c
commit
1caea91efb
15 changed files with 280 additions and 361 deletions
|
@ -1,15 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
|
||||
//////////////////////////////////
|
||||
/// CONFIGURATION settings
|
||||
|
||||
if (!isset($CFG->hotpot_showtimes)) {
|
||||
set_config("hotpot_showtimes", 0);
|
||||
}
|
||||
if (!isset($CFG->hotpot_excelencodings)) {
|
||||
set_config("hotpot_excelencodings", "");
|
||||
}
|
||||
|
||||
//////////////////////////////////
|
||||
/// CONSTANTS and GLOBAL VARIABLES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue