/[Frey]/trunk/lib/App/RoomReservation/Reservation.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/Reservation.pm

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

revision 1146 by dpavlin, Tue Jun 30 15:59:41 2009 UTC revision 1147 by dpavlin, Wed Jul 1 17:35:48 2009 UTC
# Line 137  sub create_as_markup { Line 137  sub create_as_markup {
137          my $sth = $self->dbh->prepare( $sql );          my $sth = $self->dbh->prepare( $sql );
138          $sth->execute( @vals );          $sth->execute( @vals );
139    
140          my $token = $self->token;          my $url = $self->url_for( 'Confirmation/verify_as_markup?token=' . $self->token );
141    
142          $self->send( $self->email,          $self->send( $self->email,
143                  'Confirm your reservation for lecture', <<__EMAIL__                  'Confirm your reservation for lecture', <<__EMAIL__
144  Please click following link to confirm your reservation for lecture  Please click following link to confirm your reservation for lecture
145  and get seat assigned to you.  and get seat assigned to you.
146    
147  http://FREY_HOSTNAME/App::RoomReservation::Confirmation/verify_as_markup?token=$token  $url
148  __EMAIL__  __EMAIL__
149          );          );
150    

Legend:
Removed from v.1146  
changed lines
  Added in v.1147

  ViewVC Help
Powered by ViewVC 1.1.26