/[webpac2]/trunk/lib/WebPAC/Validate.pm
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/lib/WebPAC/Validate.pm

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

revision 837 by dpavlin, Thu May 24 12:44:45 2007 UTC revision 838 by dpavlin, Thu May 24 14:42:35 2007 UTC
# Line 193  sub validate_rec { Line 193  sub validate_rec {
193                                          $self->{_delimiters_templates}->{$f}->{$template}++;                                          $self->{_delimiters_templates}->{$f}->{$template}++;
194    
195                                          if ( my $v = $self->{_validate_delimiters_templates} ) {                                          if ( my $v = $self->{_validate_delimiters_templates} ) {
196                                                  if ( ! defined( $v->{$template} ) ) {                                                  if ( ! defined( $v->{$f}->{$template} ) ) {
197                                                          $errors->{$f}->{invalid_delimiters_combination} = $template;                                                          $errors->{$f}->{invalid_delimiters_combination} = $template;
198                                                          $errors->{$f}->{dump} = $subfield_dump;                                                          $errors->{$f}->{dump} = $subfield_dump;
199                                                  } else {                                                  #} else {
200                                                          warn "## $f $template ok\n";                                                  #       warn "## $f $template ok\n";
201                                                  }                                                  }
202                                          }                                          }
203                                  }                                  }

Legend:
Removed from v.837  
changed lines
  Added in v.838

  ViewVC Help
Powered by ViewVC 1.1.26