/[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 1164 by dpavlin, Thu Jul 2 10:12:54 2009 UTC revision 1165 by dpavlin, Thu Jul 2 18:28:17 2009 UTC
# Line 23  sub seat_confirmation_message { Line 23  sub seat_confirmation_message {
23    
24          $sth->execute( $value );          $sth->execute( $value );
25    
26          die "can't find user $col = $value" if $sth->rows == 0;          die qq|<error>Can't find user $col = $value</error>| if $sth->rows == 0;
27    
28          my ( $name, $seat, $email, $token, $confirmed, $canceled ) = $sth->fetchrow_array;          my ( $name, $seat, $email, $token, $confirmed, $canceled ) = $sth->fetchrow_array;
29    

Legend:
Removed from v.1164  
changed lines
  Added in v.1165

  ViewVC Help
Powered by ViewVC 1.1.26