]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8090 Merged from stable. Print an obsolete message.
authormudrd8mz <mudrd8mz>
Wed, 21 Nov 2007 03:05:12 +0000 (03:05 +0000)
committermudrd8mz <mudrd8mz>
Wed, 21 Nov 2007 03:05:12 +0000 (03:05 +0000)
admin/langdoc.php

index 7b352793688357d30dec79e1ef83129cc92f0c87..e04fc68169659079483c304232a9d55052a4440e 100755 (executable)
@@ -33,6 +33,9 @@
 
     admin_externalpage_print_header();
 
+    notify('NOTICE: This interface is obsolete now and will be removed. You should use 
+        improved <a href="lang.php?mode=helpfiles">lang.php</a> interface.');
+
     $currentlang = current_language();
     $langdir = "$CFG->dataroot/lang/$currentlang";
     $enlangdir = "$CFG->dirroot/lang/en_utf8";