Diff for /loncom/interface/loncoursequeueadmin.pm between versions 1.26 and 1.27

version 1.26, 2011/03/06 21:17:15 version 1.27, 2011/03/07 02:13:02
Line 1428  sub process_official_reqs { Line 1428  sub process_official_reqs {
                             my $owner = $ownername.':'.$ownerdom;                              my $owner = $ownername.':'.$ownerdom;
                             my $approvedmsg =                              my $approvedmsg =
                                 [{                                  [{
                                     mt => 'Your request course, queued pending validation has now been created.',                                      mt => 'Your requested course: [_1], (queued pending validation) has now been created.',
                                       args => [$cdescr],
                                  },                                   },
                                  {                                   {
                                     mt   => 'Visit [_1], to log-in and access the course.',                                      mt   => 'Visit [_1], to log-in and access the course.',
                                     args => [$firsturl],                                      args => [$firsturl],
                                    },
                                    {
                                       mt => 'If currently logged-in to LON-CAPA, log-out and log-in again to select your new course role.'
                                  }];                                   }];
                             my $sender = $dcname.':'.$dcdom;                              my $sender = $dcname.':'.$dcdom;
                             &send_selfserve_notification($owner,$approvedmsg,                              &send_selfserve_notification($owner,$approvedmsg,

Removed from v.1.26  
changed lines
  Added in v.1.27


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