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

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

revision 239 by dpavlin, Wed Dec 14 18:55:44 2005 UTC revision 240 by dpavlin, Wed Dec 14 18:55:49 2005 UTC
# Line 262  Used to re-submit search request and loa Line 262  Used to re-submit search request and loa
262          $args->{'load_template'} = sub {          $args->{'load_template'} = sub {
263                  my $template = shift or return "Logger.error('load_template missing template name!'); return false;";                  my $template = shift or return "Logger.error('load_template missing template name!'); return false;";
264                  return "load_template($template); return false;";                  return "load_template($template); return false;";
265          }          };
266    
267          my $out;          my $out;
268    

Legend:
Removed from v.239  
changed lines
  Added in v.240

  ViewVC Help
Powered by ViewVC 1.1.26