/[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

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

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

revision 758 by dpavlin, Wed Oct 25 11:02:36 2006 UTC revision 805 by dpavlin, Fri Mar 2 00:34:22 2007 UTC
# Line 1  Line 1 
1    
2    if ( rec('200') ) {
3    
4  marc('035','6',  marc('035','6',
5  join_with('',  join_with('',
6                  config(),                  config(),
# Line 17  marc('022','a', Line 20  marc('022','a',
20  );  );
21    
22    
23  marc_indicators('245', 0, 0);  marc_indicators('245', 1, 0);
24    
25  marc('245','a',  marc('245','a',
26          rec('200','a')          rec('200','a')
27  );  );
28    
29    marc('260','c',
30            rec('210','d')
31            
32    );
33    
34    }

Legend:
Removed from v.758  
changed lines
  Added in v.805

  ViewVC Help
Powered by ViewVC 1.1.26