]> git.mjollnir.org Git - moodle.git/commit
MDL-17094 Allow translators to disable automatic language update during Moodle upgrade.
authormudrd8mz <mudrd8mz>
Fri, 31 Oct 2008 21:11:46 +0000 (21:11 +0000)
committermudrd8mz <mudrd8mz>
Fri, 31 Oct 2008 21:11:46 +0000 (21:11 +0000)
commit66439e36ce8c4f6d48ed6b50f2f10c14e4bce8e0
tree4eaff3cc1fd944389495b62d232ef7648c467647
parent5e71406d934589f78613eef1ed65c16d70599ce3
MDL-17094 Allow translators to disable automatic language update during Moodle upgrade.

One needs just add $CFG->skiplangupgrade = true; to their config.php and keep their language pack up-to-date manually. This is intended for lang pack maintainers with CVS access only.

This is backpported from MOODLE_19_STABLE admin/index.php
lib/adminlib.php