/[webpac]/trunk2/lib/WebPAC/jsFind.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/lib/WebPAC/jsFind.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 587 by dpavlin, Sun Oct 24 14:51:53 2004 UTC revision 588 by dpavlin, Sat Nov 6 21:01:31 2004 UTC
# Line 102  sub insert { Line 102  sub insert {
102                  carp "no headline for ",$args->{'path'}," ?";                  carp "no headline for ",$args->{'path'}," ?";
103                  $args->{'headline'} = "no headline: ".$args->{'path'};                  $args->{'headline'} = "no headline: ".$args->{'path'};
104          }          }
105          return unless (defined($args->{'words'}));          if (! defined($args->{'words'})) {
106                    $log->warn("no words to insert for headline ",$args->{'headline'});
107                    return;
108            }
109    
110          my $words = lc($args->{'words'});          my $words = lc($args->{'words'});
111    

Legend:
Removed from v.587  
changed lines
  Added in v.588

  ViewVC Help
Powered by ViewVC 1.1.26