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(). 15 年 前
..
classes 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(). 15 年 前
backup.php 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 年 前
copy_course.php f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 15 年 前
copy_course_session.php 9b1f3ed934 Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 15 年 前
create_backup.php 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 年 前
import_backup.php 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 年 前
recycle_course.php 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 年 前