Diff for /loncom/interface/createaccount.pm between versions 1.40.2.5.2.11 and 1.40.2.5.2.14

version 1.40.2.5.2.11, 2012/03/01 00:25:15 version 1.40.2.5.2.14, 2012/05/01 12:39:32
Line 102  sub handler { Line 102  sub handler {
     my ($js,$courseid,$title);      my ($js,$courseid,$title);
     if (defined($env{'form.courseid'})) {      if (defined($env{'form.courseid'})) {
         $courseid = &validate_course($env{'form.courseid'});          $courseid = &validate_course($env{'form.courseid'});
           if (($courseid eq 'relate_3H121116c19344ff3relatel1') ||
               ($courseid eq 'relate_3e100973b27484f2drelatel1') {
               $courseid = 'relate_2764113e81b9e4f0crelatel1';
           }
     }      }
     if ($courseid ne '') {      if ($courseid ne '') {
         $js = &catreturn_js();          $js = &catreturn_js();
Line 633  sub send_token { Line 637  sub send_token {
                        "\n\n".                         "\n\n".
                        &mt('This link will take you to a sign-up page where you will be asked to provide some general information and finalize the registration process.').                         &mt('This link will take you to a sign-up page where you will be asked to provide some general information and finalize the registration process.').
                        ' '.                         ' '.
                        &mt('This link will take you to a sign-up page where you will be asked to provide some general information and finalize the registration process.').  
                        ' '.  
                        &mt('A self-test (for review) is available within the course, for you to test your level of preparation.').                         &mt('A self-test (for review) is available within the course, for you to test your level of preparation.').
                        "\n\n".                         "\n\n".
                        &mt('Best Regards,').                         &mt('Best Regards,').

Removed from v.1.40.2.5.2.11  
changed lines
  Added in v.1.40.2.5.2.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>