Changeset 19202


Ignore:
Timestamp:
2009-04-22T17:05:43+12:00 (15 years ago)
Author:
ak19
Message:

Removed an older require statement on util.pm which resulted in errors going to the webserver.log of the form: Subroutine x redefined at /research/ak19/gs2-server-svn/perllib/util.pm line y, <USERS_DB> line z.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/cgi-bin/gsdlCGI.pm

    r19141 r19202  
    486486    my $self = shift @_;
    487487    my ($site, $collection) = @_; # both may be undefined
    488 
    489     require "$ENV{'GSDLHOME'}/perllib/util.pm";
     488   
    490489    my $collection_directory;
    491490    if($self->{'greenstone_version'} == 2 && defined $ENV{'GSDLHOME'}) {
Note: See TracChangeset for help on using the changeset viewer.