ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Importing users


  • 2005-08-23 11:36:37

    Importing users

    Under previous releases, imported users had the format first.last or first_last.

    I just noticed that this is now first-initial.last or first-initial_last. What file do I need to mod to make it first.last again?

    cheers
    larry

  • 2005-08-23 12:00:01

    Resolved

    In enroll.inc.php, I replaced line 52 with

    $record['uname'] = stripslashes (strtolower ($record['fname'].$_POST['sep_choice'].$record['lname']));

    larry