Diff for /loncom/build/system_dependencies/sqltest.pl between versions 1.1 and 1.2

version 1.1, 2001/09/30 20:57:58 version 1.2, 2001/09/30 21:00:43
Line 38  use DBI; Line 38  use DBI;
   
 # ---------------------------- Print MIME Content-type and other initialization  # ---------------------------- Print MIME Content-type and other initialization
 $|=1;  $|=1;
 print 'Content-type: text/plain'."\n\n";  print 'Probing for SQL metadata database'."\n\n";
   
 # --- Make sure that database can be accessed and that this is a library server  # --- Make sure that database can be accessed and that this is a library server
 # library server test  # library server test
Line 71  my $dbh; Line 71  my $dbh;
 }  }
 %perlvar=(); # undefine it  %perlvar=(); # undefine it
   
   print "SQL metadata database is found and is accessible\n";
   
 # --------------------------------------------------- Close database connection  # --------------------------------------------------- Close database connection
 $dbh->disconnect();  $dbh->disconnect();

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>