@ -592,6 +592,8 @@ There are too much translators to list them all. Please check http://translate.c
<li>Erik Das (FKS), for bug reports to 1.8.8</li>
<li>Marc De Caluwé, for patches to 1.8.8.4</li>
<li>Alberto Montes, Contidos Dixitais, for CSS "sport_red" in 1.9</li>
<li>Bart Mollet, Hogeschool Gent, for patches in 1.6 & 1.8</li>
<li>Kristof Van Steenkiste & Sebastien Jacobs (initial Reservation plugin, 2007)</li>
<li>All the supporting parents, partners, children, friends, colleagues and sometimes students, of the very special geeks that we are, for their continous support and inspiration</li>
</ul>
@ -626,6 +628,7 @@ These institutions and companies have either contributed to the Chamilo project
<li>Table of contents<br/>
now removed, replaced by learning path<br/>
</li>
<li>Facultad de Matematicas, UADY (México) (original asynchronous Message plugin, was later dumped)</li>
$query = "SHOW TABLES FROM ".$_configuration['main_database']." LIKE '".$_configuration['table_prefix'].$keys_course_db_name.$_configuration['db_glue']."%'";
$result = Database::query($query);
} else {
$query = "SHOW DATABASES LIKE '$keys_course_db_name'";
error_log('Chamilo Notice: Could not find previous config file at '.$updatePath.'main/inc/conf/configuration.php nor at '.$updatePath.'claroline/inc/conf/claro_main.conf.php in get_config_param(). Will start new config (in '.__FILE__.', line '.__LINE__.')', 0);
//error_log('Chamilo Notice: Could not find previous config file at '.$updatePath.'main/inc/conf/configuration.php nor at '.$updatePath.'claroline/inc/conf/claro_main.conf.php in get_config_param(). Will start new config (in '.__FILE__.', line '.__LINE__.')', 0);
return null;
}
}
@ -2053,5 +2053,4 @@ function locking_settings() {
$sql = "UPDATE $table SET access_url_locked = 1 WHERE variable = '$setting'";