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

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

  ViewVC Help
Powered by ViewVC 1.1.26