MDL-18244 sql_length() - deprecate old use of function

This commit is contained in:
stronk7 2009-02-15 23:18:49 +00:00
parent 7e0db2e205
commit 7b837bc375

View File

@ -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');
}