/[webpac2]/trunk/lib/WebPAC/Output/Estraier.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 /trunk/lib/WebPAC/Output/Estraier.pm

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

revision 261 by dpavlin, Fri Dec 16 01:47:20 2005 UTC revision 262 by dpavlin, Fri Dec 16 16:00:24 2005 UTC
# Line 322  sub estcall { Line 322  sub estcall {
322                  $del = '&';                  $del = '&';
323          }          }
324    
325          $url_args =~ s#^\&#?# if ($url =~ m#\?#);          if ($url_args) {
326          $url .= $url_args;                  $url_args =~ s#^\&#?# if ($url =~ m#\?#);
327                    $url .= $url_args;
328            }
329    
330          $log->debug("calling $url");          $log->debug("calling $url");
331    

Legend:
Removed from v.261  
changed lines
  Added in v.262

  ViewVC Help
Powered by ViewVC 1.1.26