/[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 773 by dpavlin, Fri Nov 3 20:41:12 2006 UTC revision 876 by dpavlin, Thu Aug 23 19:21:23 2007 UTC
# Line 1  Line 1 
1    
2  if ( rec('200') ) {  if ( rec('200','a') ) {
   
 marc('035','6',  
 join_with('',  
                 config(),  
                 'L',  
                 rec('000')  
         )  
 );  
   
   
 marc('020','a',  
         rec('10')  
 );  
   
   
 marc('022','a',  
         rec('11','a')  
 );  
3    
4    marc_indicators('245', 1, 0);
5    
 marc_indicators('245', 0, 0);  
6  marc('245','a',  marc('245','a',
7          rec('200','a')          first( rec('200','a') )
8  );  );
9    
10    

Legend:
Removed from v.773  
changed lines
  Added in v.876

  ViewVC Help
Powered by ViewVC 1.1.26