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

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

revision 1149 by dpavlin, Tue Jun 30 22:20:22 2009 UTC revision 1150 by dpavlin, Wed Jul 1 18:41:28 2009 UTC
# Line 56  sub seats_left { Line 56  sub seats_left {
56          $self->seats - $self->seats_confirmed - $self->seats_tentative;          $self->seats - $self->seats_confirmed - $self->seats_tentative;
57  }  }
58    
59  sub room_markup {  sub room_as_markup {
60          my ($self) = @_;          my ($self) = @_;
61    
62          my $size = 100; # %          my $size = 100; # %

Legend:
Removed from v.1149  
changed lines
  Added in v.1150

  ViewVC Help
Powered by ViewVC 1.1.26