version 1.3, 2002/05/11 21:31:00
|
version 1.5, 2003/02/03 18:03:52
|
Line 5
|
Line 5
|
# Gets keywords from metadata database. |
# Gets keywords from metadata database. |
# |
# |
# YEAR=2001 |
# YEAR=2001 |
# 9/25 Scott Harrison |
|
# |
# |
# YEAR=2002 |
# YEAR=2002 |
# 5/11 Scott Harrison |
|
# |
# |
|
|
############################################################################### |
############################################################################### |
Line 58 print 'Content-type: text/plain'."\n\n";
|
Line 56 print 'Content-type: text/plain'."\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 |
my $perlvarref=LONCAPA::Configuration::read_conf('access.conf','loncapa.conf'); |
|
|
# By default, loncapa_apache.conf is also read by the read_conf subroutine. |
|
my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); |
my %perlvar=%{$perlvarref}; |
my %perlvar=%{$perlvarref}; |
undef($perlvarref); |
undef($perlvarref); |
|
|