/[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 247 by dpavlin, Wed Dec 14 23:10:53 2005 UTC
# Line 16  WebPAC::Output::TT - use Template Toolki Line 16  WebPAC::Output::TT - use Template Toolki
16    
17  =head1 VERSION  =head1 VERSION
18    
19  Version 0.03  Version 0.04
20    
21  =cut  =cut
22    
23  our $VERSION = '0.03';  our $VERSION = '0.04';
24    
25  =head1 SYNOPSIS  =head1 SYNOPSIS
26    
# 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.247

  ViewVC Help
Powered by ViewVC 1.1.26