]> git.mjollnir.org Git - moodle.git/commitdiff
Info about commas added
authormoodler <moodler>
Wed, 7 Jan 2004 03:13:16 +0000 (03:13 +0000)
committermoodler <moodler>
Wed, 7 Jan 2004 03:13:16 +0000 (03:13 +0000)
lang/en/help/uploadusers.html

index 6c752645f6d9712c6f0253c5994cd020c69f1864..1017594a711ef081df24d06bcd9a56f7bfffc359 100755 (executable)
@@ -18,7 +18,8 @@
       <p> <font color="#990000" face="Courier New, Courier, mono">idnumber, icq, phone1, phone2, address, url, description, mailformat, maildisplay, htmleditor, autosubscribe, course1, course2, course3, course4, course5</font></p>
     </blockquote>
     </li>
-  <li>You should also avoid commas within the data. For Boolean fields, use 0 for false and 1 for true. </li>
+  <li>Commas within the data should be encoded as &#44 - the script will automatically decode these back to commas. </li>
+  <li>For Boolean fields, use 0 for false and 1 for true. </li>
 </ul>