From be49a3189d4a15bf00edbfa7ec2b27e855cbbb17 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Mon, 18 May 2009 21:03:32 +0200 Subject: [PATCH] [svn r20799] FS#306 - "Freezing" the multi-byte string library for the incoming release Dokeos 1.8.6. --- main/inc/lib/multibyte_string_functions.lib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/inc/lib/multibyte_string_functions.lib.php b/main/inc/lib/multibyte_string_functions.lib.php index 4855bf0bfd..e2a5eecb23 100644 --- a/main/inc/lib/multibyte_string_functions.lib.php +++ b/main/inc/lib/multibyte_string_functions.lib.php @@ -37,8 +37,6 @@ * When encodings to be used are not supported by mbstring, this library * is able to exploit the PHP iconv extesion, which in this case should * be activated too. - * - * 5. TODO: Functions that were not used may be removed from this library. */ /**