From e80944a42a18ce7711e8b2348ccfc72e5320b1fd Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 21 Nov 2007 11:04:52 +0000 Subject: [PATCH] MDL-12296: Add option to turn off unenrolment by database plugin. --- lang/en_utf8/enrol_database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/enrol_database.php b/lang/en_utf8/enrol_database.php index 1d6948af5..e0db63b4b 100644 --- a/lang/en_utf8/enrol_database.php +++ b/lang/en_utf8/enrol_database.php @@ -17,6 +17,7 @@ $string['dbname'] = 'Database name'; $string['dbtable'] = 'Database table'; $string['defaultcourseroleid'] = 'The role that will be assigned by default if no other role is specified.'; $string['description'] = 'You can use a external database (of nearly any kind) to control your enrolments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.'; +$string['disableunenrol'] = 'If set to yes users previously enrolled by the external database plugin will not be unenrolled by the same plugin regardless of the database contents.'; $string['enrolname'] = 'External Database'; $string['enrol_database_autocreation_settings'] = 'Auto-creation of new courses'; $string['general_options'] = 'General Options'; -- 2.11.4.GIT