From 21013a39fd8fe66b80f7b1ceae7980fe3ff5defe Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 6 Mar 2012 16:18:58 +0100 Subject: [PATCH] MDL-31301 textlib: fix deprecated initial version --- lib/deprecatedlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index dec20d5c5b9..06448e165fd 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -4026,7 +4026,7 @@ function moodle_strtolower($string, $encoding='') { * Original singleton helper function, please use static methods instead, * ex: textlib::convert() * - * @deprecated since Moodle 2.1 use textlib::xxxx() instead + * @deprecated since Moodle 2.2 use textlib::xxxx() instead * @see textlib * @return textlib instance */