From: moodler Date: Thu, 8 Jan 2004 13:19:05 +0000 (+0000) Subject: Add fixes from Zig X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d1d124cbfb8582487e8dc37b8cb26218a4a6f40d;p=moodle.git Add fixes from Zig --- diff --git a/lang/en/help/uploadusers.html b/lang/en/help/uploadusers.html index 1017594a71..8873f0a199 100755 --- a/lang/en/help/uploadusers.html +++ b/lang/en/help/uploadusers.html @@ -18,8 +18,11 @@

idnumber, icq, phone1, phone2, address, url, description, mailformat, maildisplay, htmleditor, autosubscribe, course1, course2, course3, course4, course5

-
  • Commas within the data should be encoded as , - the script will automatically decode these back to commas.
  • +
  • Commas within the data should be encoded as &#44 - the script will automatically decode these back to commas.
  • For Boolean fields, use 0 for false and 1 for true.
  • +
  • Note: If a user is already registered in the Moodle user database, this script will return the + userid number (database index) for that user, and will enrol the user as a student in any of the + specified courses WITHOUT updating the other specified data.
  • @@ -27,3 +30,4 @@

    username, password, firstname, lastname, email, lang, idnumber, maildisplay, course1
    jonest, verysecret, Tom, Jones, jonest@someplace.edu, en, 3663737, 1, Intro101
    reznort, somesecret, Trent, Reznor, reznort@someplace.edu, en_us, 6736733, 0, Advanced202

    +