From: stronk7 Date: Sun, 15 Feb 2009 23:18:49 +0000 (+0000) Subject: MDL-18244 sql_length() - deprecate old use of function X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7b837bc3750a2af0704b52193669bc824c7ae6a2;p=moodle.git MDL-18244 sql_length() - deprecate old use of function --- diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index cb5ea14368..8e3d1978ca 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -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'); }