From 7b837bc3750a2af0704b52193669bc824c7ae6a2 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 15 Feb 2009 23:18:49 +0000 Subject: [PATCH] MDL-18244 sql_length() - deprecate old use of function --- lib/deprecatedlib.php | 4 ++++ 1 file changed, 4 insertions(+) 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'); } -- 2.39.5