/[webpac]/trunk2/WebPac.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/WebPac.pm

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

revision 30 by dpavlin, Sun Feb 23 07:09:11 2003 UTC revision 35 by dpavlin, Sun Feb 23 15:47:40 2003 UTC
# Line 109  sub show_results_list { Line 109  sub show_results_list {
109                          push @swish_results, {                          push @swish_results, {
110                                  nr => ($#swish_results + 2),                                  nr => ($#swish_results + 2),
111                                  path => $hit->swishdocpath,                                  path => $hit->swishdocpath,
112                                  headline => $from_utf8->convert($hit->headline),  #                               headline => $from_utf8->convert($hit->headline),
113                                  html => back2html($from_utf8->convert($hit->html)),  #                               html => back2html($from_utf8->convert($hit->html)),
114                                    headline => $hit->headline,
115                                    html => back2html($hit->html),
116                                  rank => $hit->swishrank };                                  rank => $hit->swishrank };
117    
118                  },                  },

Legend:
Removed from v.30  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC 1.1.26