Merged tidy-ups from stable

This commit is contained in:
moodler 2006-11-01 09:44:01 +00:00
parent 6dfb22349f
commit 304d08f0c4
76 changed files with 1463 additions and 1525 deletions

View file

@ -1,6 +1,6 @@
<?php // $Id$
<?PHP // $Id$
// enrol_manual.php - created with Moodle 1.7 beta + (2006101003)
$string['enrolname'] = 'Internal Enrolment';
$string['description'] = 'This is the default form of enrolment. There are two main ways a student can be enrolled in a particular course.
<ul>
@ -9,5 +9,6 @@ $string['description'] = 'This is the default form of enrolment. There are two m
<li>A course can have a password defined, known as an \"enrolment key\". Anyone who knows this key is
able to add themselves to a course.</li>
</ul>';
$string['enrolname'] = 'Internal Enrolment';
?>