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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.