/[webpac]/branches/tehnika/all2xml.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 /branches/tehnika/all2xml.pl

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

revision 256 by dpavlin, Tue Mar 9 12:18:17 2004 UTC revision 259 by dpavlin, Thu Mar 11 18:23:59 2004 UTC
# Line 292  sub data2xml { Line 292  sub data2xml {
292                                  }                                  }
293                                  # type="swish" ; field for swish                                  # type="swish" ; field for swish
294                                  if ($swish) {                                  if ($swish) {
295                                          my $tmp;                                          my $tmp = $swish;
296                                          if ($filter && ($s || $se)) {                                          if ($filter && ($s || $se)) {
297                                                  no strict 'refs';                                                  no strict 'refs';
298                                                  $tmp = join(" ",&$filter($swish)) if ($s || $se);                                                  $tmp = join(" ",&$filter($tmp)) if ($s || $se);
299                                          }                                          }
300    
301                                          $tmp = chk_eval($tmp);                                          $tmp = chk_eval($tmp);

Legend:
Removed from v.256  
changed lines
  Added in v.259

  ViewVC Help
Powered by ViewVC 1.1.26