Changeset 14591 for greenstone3


Ignore:
Timestamp:
2007-09-28T11:08:53+12:00 (17 years ago)
Author:
qq6
Message:

deleted a duplicated output in check-installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/WEB-INF/cgi/gliserver4gs3.pl

    r14571 r14591  
    297297    my $java_output = `$java_command`;
    298298    my $java_status = $?;
    299     print "<pre>";
    300     print "$java_output";
    301     print "</pre>";
    302299    if ($java_status < 0) {
    303300    # The Java command failed
Note: See TracChangeset for help on using the changeset viewer.