/[webpac]/trunk2/all2all.pl
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/all2all.pl

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

revision 573 by dpavlin, Mon Nov 1 15:29:17 2004 UTC revision 574 by dpavlin, Mon Nov 1 17:19:48 2004 UTC
# Line 360  my $tree = new WebPAC::Tree( Line 360  my $tree = new WebPAC::Tree(
360          tree => \@tree,          tree => \@tree,
361          detail_url => sub {          detail_url => sub {
362                  my $mfn = shift;                  my $mfn = shift;
363                  my $url = "./out/thes/${mfn}.html";                  my $url = "thes/${mfn}.html";
364                  return $url if (-e $url);                  return $url if (-e "./out/$url");
365          },          },
366            iframe_base => '../',
367  );  );
368    
369  $tree->output(  $tree->output(

Legend:
Removed from v.573  
changed lines
  Added in v.574

  ViewVC Help
Powered by ViewVC 1.1.26