MDL-31689 fix moodle_database:execute() description
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
daf714ef12
commit
a681b6c0a9
@@ -585,7 +585,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