/[Frey]/trunk/lib/App/RoomReservation/Messages.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/App/RoomReservation/Messages.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1167 by dpavlin, Thu Jul 2 18:28:17 2009 UTC revision 1168 by dpavlin, Thu Jul 2 21:55:44 2009 UTC
# Line 46  sub seat_confirmation_message { Line 46  sub seat_confirmation_message {
46    
47          } elsif ( $confirmed ) {          } elsif ( $confirmed ) {
48    
49                  my $url = $self->url_for( 'Confirmation/cancel_as_markup?token=' . $token );                  my $url = $self->url_for( 'Confirmation/cancel_as_markup?token=', $token );
50    
51                  my $html =                  my $html =
52                  qq|                  qq|
# Line 78  __EMAIL__ Line 78  __EMAIL__
78    
79          } else { # not verified          } else { # not verified
80    
81                  my $url = $self->url_for( 'Confirmation/verify_as_markup?token=' . $token );                  my $url = $self->url_for( 'Confirmation/verify_as_markup?token=', $token );
82    
83                  $self->send( $self->email,                  $self->send( $self->email,
84                          'Confirm your reservation for lecture', <<__EMAIL__                          'Confirm your reservation for lecture', <<__EMAIL__

Legend:
Removed from v.1167  
changed lines
  Added in v.1168

  ViewVC Help
Powered by ViewVC 1.1.26