mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-18244 sql_length() - deprecate old use of function
This commit is contained in:
parent
7e0db2e205
commit
7b837bc375
@ -977,6 +977,10 @@ function sql_order_by_text($fieldname, $numchars=32) {
|
||||
error('sql_order_by_text() not available anymore');
|
||||
}
|
||||
|
||||
function sql_length($fieldname) {
|
||||
error('sql_length() not available anymore');
|
||||
}
|
||||
|
||||
function sql_concat_join($separator="' '", $elements=array()) {
|
||||
error('sql_concat_join() not available anymore');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user