/[transports]/trunk/lib/Transports/Model/Transport.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/Transports/Model/Transport.pm

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

revision 14 by dpavlin, Thu May 4 15:12:03 2006 UTC revision 15 by dpavlin, Fri May 26 10:01:16 2006 UTC
# Line 44  column client_dependent => Line 44  column client_dependent =>
44    
45  column created_by =>  column created_by =>
46          refers_to Transports::Model::User,          refers_to Transports::Model::User,
47            label is 'Request by',
48          since '0.0.7';          since '0.0.7';
49                    
50    
# Line 61  Create new transport and fill in C<creat Line 62  Create new transport and fill in C<creat
62    
63  =cut  =cut
64    
65  sub create {  sub x_create {
66          my $self = shift;          my $self = shift;
67          my %args = (@_);          my %args = (@_);
68  #       my $now  = DateTime->now();  #       my $now  = DateTime->now();

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.26