[system] / trunk / webwork2 / lib / WeBWorK / DB / Driver / Null.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/DB/Driver/Null.pm

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

Revision 806 Revision 874
28 28
29################################################################################ 29################################################################################
30# constructor 30# constructor
31################################################################################ 31################################################################################
32 32
33sub new($$) { 33sub new($$$) {
34 my ($proto, $source) = @_; 34 my ($proto, $source, $params) = @_;
35 my $class = ref($proto) || $proto; 35 my $class = ref($proto) || $proto;
36 my $self = { 36 my $self = {
37 hash => {}, 37 hash => {},
38 source => $source, 38 source => $source,
39 params => $params,
39 }; 40 };
40 bless $self, $class; 41 bless $self, $class;
41 return $self; 42 return $self;
42} 43}
43 44

Legend:
Removed from v.806  
changed lines
  Added in v.874

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9