From: mudrd8mz Date: Wed, 21 Nov 2007 03:05:12 +0000 (+0000) Subject: MDL-8090 Merged from stable. Print an obsolete message. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=549ceae0d581da162dabdb90dfc92b74283a1b97;p=moodle.git MDL-8090 Merged from stable. Print an obsolete message. --- diff --git a/admin/langdoc.php b/admin/langdoc.php index 7b35279368..e04fc68169 100755 --- a/admin/langdoc.php +++ b/admin/langdoc.php @@ -33,6 +33,9 @@ admin_externalpage_print_header(); + notify('NOTICE: This interface is obsolete now and will be removed. You should use + improved lang.php interface.'); + $currentlang = current_language(); $langdir = "$CFG->dataroot/lang/$currentlang"; $enlangdir = "$CFG->dirroot/lang/en_utf8";