Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/coursecopy
Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 16 years ago
..
classes Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 16 years ago
backup.php Accept gzopen64() too as a test of the zlib extension load 16 years ago
copy_course.php Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 16 years ago
copy_course_session.php Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 16 years ago
create_backup.php Accept gzopen64() too as a test of the zlib extension load 16 years ago
import_backup.php Accept gzopen64() too as a test of the zlib extension load 16 years ago
recycle_course.php Accept gzopen64() too as a test of the zlib extension load 16 years ago