/[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 806 by dpavlin, Fri Mar 2 00:34:22 2007 UTC revision 807 by dpavlin, Sun Apr 1 12:26:25 2007 UTC
# Line 1  Line 1 
1    
2  if ( rec('200') ) {  if ( rec('200','a') ) {
3    
4  marc('035','6',  marc('035','6',
5  join_with('',  join_with('',
6                  config(),                  config(),
7                  'L',                  '-L-',
8                  rec('000')                  rec('000')
9          )          )
10  );  );
# Line 31  marc('260','c', Line 31  marc('260','c',
31                    
32  );  );
33    
34    marc('686','a',
35            first(rec('686'))
36    );
37    
38  }  }

Legend:
Removed from v.806  
changed lines
  Added in v.807

  ViewVC Help
Powered by ViewVC 1.1.26