|
|
@ -1,7 +1,5 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
|
|
|
|
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Chamilo LMS |
|
|
|
* Chamilo LMS |
|
|
|
* |
|
|
|
* |
|
|
@ -18,6 +16,9 @@ |
|
|
|
* |
|
|
|
* |
|
|
|
* @package chamilo.install |
|
|
|
* @package chamilo.install |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* Init |
|
|
|
|
|
|
|
*/ |
|
|
|
Log::notice('Entering file'); |
|
|
|
Log::notice('Entering file'); |
|
|
|
|
|
|
|
|
|
|
|
function insert_db($db_name, $folder_name, $text) |
|
|
|
function insert_db($db_name, $folder_name, $text) |
|
|
|