/[Frey]/branches/zimbardo/lib/App/RoomReservation/Confirmation.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 /branches/zimbardo/lib/App/RoomReservation/Confirmation.pm

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

revision 1185 by dpavlin, Tue Jul 7 22:07:51 2009 UTC revision 1186 by dpavlin, Mon Sep 21 21:29:38 2009 UTC
# Line 34  sub verify_as_markup { Line 34  sub verify_as_markup {
34                          )                          )
35                  where                  where
36                          md5(id||email) = ?                          md5(id||email) = ?
                         and _confirmed is false  
37                          and _canceled is false                          and _canceled is false
38                            and (
39                                    _confirmed is false
40                                    or
41                                    ( _confirmed is true and _seat_number is null )
42                            )
43          });          });
44    
45          my $token = $self->token;          my $token = $self->token;

Legend:
Removed from v.1185  
changed lines
  Added in v.1186

  ViewVC Help
Powered by ViewVC 1.1.26