/[mws]/trunk/templates/macros.tt2
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/templates/macros.tt2

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

revision 41 by dpavlin, Sun May 9 23:18:12 2004 UTC revision 42 by dpavlin, Mon May 10 22:04:01 2004 UTC
# Line 184  $stash->set( yyyy_mm => sub { Line 184  $stash->set( yyyy_mm => sub {
184          }          }
185  } );  } );
186  [% END %]  [% END %]
187    
188    [% PERL %]
189    $stash->set( id => sub {
190            my ($folder,$msgid) = split(/\s+/,shift);
191            return $msgid;
192    } );
193    
194    $stash->set( folder => sub {
195            my ($folder,$msgid) = split(/\s+/,shift);
196            return $folder;
197    } );
198    [% END %]

Legend:
Removed from v.41  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26