Changeset 4745


Ignore:
Timestamp:
2003-06-20T14:24:05+12:00 (21 years ago)
Author:
mdewsnip
Message:

Uncommented a line which shouldn't have been committed commented.

Location:
trunk/gsdl/perllib/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/ConvertToPlug.pm

    r4744 r4745  
    118118sub new {
    119119    my $class = shift (@_);
    120     # print "Class: " . $class . "\n";
    121     # if ($class eq "ConvertToPlug") {$class = shift (@_);}
     120    if ($class eq "ConvertToPlug") {$class = shift (@_);}
    122121    my $self;
    123122    # parsargv::parse might modify the list, so we do this by creating a copy
  • trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm

    r4744 r4745  
    7575sub new {
    7676    my $class = shift (@_);
    77     # print "Class: " . $class . "\n";
    78     # if ($class eq "ConvertToRogPlug") {$class = shift (@_);}
     77    if ($class eq "ConvertToRogPlug") {$class = shift (@_);}
    7978    my $self;
    8079    # parsargv::parse might modify the list, so we do this by creating a copy
Note: See TracChangeset for help on using the changeset viewer.