Ignore:
Timestamp:
2005-05-25T17:09:43+12:00 (19 years ago)
Author:
davidb
Message:

Code for saving documents for import.pl and export.pl repeatative in places
and at time inconsistent. These changes bring the code more in to line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/docproc.pm

    r8797 r9953  
    3434
    3535    $self->{'OIDtype'} = "hash";
     36    $self->{'saveas'} = "GA";  # default
    3637
    3738    return bless $self, $class;
     
    6566}
    6667
     68sub set_saveas_version {
     69    my $self = shift (@_);
     70    my ($saveas_version) = @_;
     71
     72    $self->{'saveas_version'} = $saveas_version;
     73
     74}
     75
    6776
    68771;
Note: See TracChangeset for help on using the changeset viewer.