version 1.27, 2001/03/27 20:08:23
|
version 1.28, 2001/04/02 14:42:26
|
Line 251 sub make_new_child {
|
Line 251 sub make_new_child {
|
} |
} |
} |
} |
# do custom metadata searching here and build into result |
# do custom metadata searching here and build into result |
if ($custom) { |
if ($custom or $customshow) { |
&logthis("am going to do custom query for $custom"); |
&logthis("am going to do custom query for $custom"); |
if ($query) { |
if ($query) { |
@metalist=map {$perlvar{'lonDocRoot'}.$_.'.meta'} @files; |
@metalist=map {$perlvar{'lonDocRoot'}.$_.'.meta'} @files; |