/[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 147 by dpavlin, Sun Nov 16 16:14:37 2003 UTC revision 149 by dpavlin, Sun Nov 16 16:57:11 2003 UTC
# Line 180  sub show_results_list { Line 180  sub show_results_list {
180                  $sw_q .= join("\" or swishdocpath=\"",@path_arr);                  $sw_q .= join("\" or swishdocpath=\"",@path_arr);
181                  $sw_q .= "\")";                  $sw_q .= "\")";
182                  $tmpl->param('full',1); # show full records                  $tmpl->param('full',1); # show full records
183            } elsif ($q->param('show_full')) {
184                    # just show full path, no path defined
185                    $tmpl->param('full',1);
186          } else {          } else {
187                  $tmpl->param('full',0);                  $tmpl->param('full',0);
188          }          }

Legend:
Removed from v.147  
changed lines
  Added in v.149

  ViewVC Help
Powered by ViewVC 1.1.26