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

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

revision 944 by dpavlin, Wed Oct 31 18:07:33 2007 UTC revision 975 by dpavlin, Sat Nov 3 12:29:16 2007 UTC
# Line 209  marc('222','a', Line 209  marc('222','a',
209  #}  #}
210    
211  ### 245 indikatori  ### 245 indikatori
212  # generiraju se prema članu i jeziku. potrebna naknadna kontrola.  # generiraju se prema članu, trebalo bi možda i prema jeziku (jezika nema uvijek).
213    # potrebna naknadna kontrola
214    
215  marc_indicators('245', 0, 0);  marc_indicators('245', 0, 0);
216    
# Line 230  if (   ( rec('200','a') =~ m/^Un /) || Line 231  if (   ( rec('200','a') =~ m/^Un /) ||
231                  marc_indicators('245', 0, 3);                  marc_indicators('245', 0, 3);
232  }  }
233    
   
234  if (    ( rec('200','a') =~ m/^A /) ||  if (    ( rec('200','a') =~ m/^A /) ||
235          ( rec('200','a') =~ m/^L'/) ) {          ( rec('200','a') =~ m/^L'/) ) {
236                  marc_indicators('245', 0, 2);                  marc_indicators('245', 0, 2);
237  }  }
238    
   
   
239  ### 245  ### 245
240    
241  marc_compose('245',  marc_compose('245',

Legend:
Removed from v.944  
changed lines
  Added in v.975

  ViewVC Help
Powered by ViewVC 1.1.26