version 1.89, 2007/09/12 20:29:13
|
version 1.90, 2008/03/11 01:45:47
|
Line 447 sub make_new_child {
|
Line 447 sub make_new_child {
|
($arg2 =~ /\%\%/)) { |
($arg2 =~ /\%\%/)) { |
($srchby,$srchtype) = |
($srchby,$srchtype) = |
map {&unescape($_);} (split(/\%\%/,$arg2)); |
map {&unescape($_);} (split(/\%\%/,$arg2)); |
my $srchterm = &unescape($arg3); |
$srchterm = &unescape($arg3); |
} else { |
} else { |
($srchby,$srchtype,$srchterm) = |
($srchby,$srchtype,$srchterm) = |
map {&unescape($_);} ($arg1,$arg2,$arg3); |
map {&unescape($_);} ($arg1,$arg2,$arg3); |