/[webpac2]/trunk/conf/normalize/minimal.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

Contents of /trunk/conf/normalize/minimal.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 944 - (show annotations)
Wed Oct 31 18:07:33 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 140 byte(s)
cleanup versions

1
2 if ( rec('200','a') ) {
3
4 marc_indicators('245', 1, 0);
5
6 marc('245','a',
7 first( rec('200','a') )
8 );
9
10 marc('999','a',
11 rec('110','a')
12 );
13
14 }

  ViewVC Help
Powered by ViewVC 1.1.26