MDL-31689 fix moodle_database:execute() description
Conflicts: lib/dml/moodle_database.php
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
4d4e00682b
commit
bfcb69ef70
@@ -578,7 +578,7 @@ class pgsql_native_moodle_database extends moodle_database {
|
||||
|
||||
/**
|
||||
* Execute general sql query. Should be used only when no other method suitable.
|
||||
* Do NOT use this to make changes in db structure, use database_manager::execute_sql() instead!
|
||||
* Do NOT use this to make changes in db structure, use database_manager methods instead!
|
||||
* @param string $sql query
|
||||
* @param array $params query parameters
|
||||
* @return bool true
|
||||
|
||||
Reference in New Issue
Block a user