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

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

revision 135 by dpavlin, Wed Oct 29 21:27:00 2003 UTC revision 144 by dpavlin, Sun Nov 16 11:55:18 2003 UTC
# Line 160  sub data2xml { Line 160  sub data2xml {
160                                          }                                          }
161                                          if ($filter) {                                          if ($filter) {
162                                                  no strict 'refs';                                                  no strict 'refs';
163                                                  $display_data .= join($delimiter,&$filter($display));                                                  if ($display_data) {
164                                                            $display_data .= $delimiter.join($delimiter,&$filter($display));
165                                                    } else {
166                                                            $display_data = join($delimiter,&$filter($display));
167                                                    }
168                                          } else {                                          } else {
169                                                  if ($display_data) {                                                  if ($display_data) {
170                                                          $display_data .= $delimiter.$display;                                                          $display_data .= $delimiter.$display;
171                                                  } else {                                                  } else {
172                                                          $display_data .= $display;                                                          $display_data = $display;
173                                                  }                                                  }
174                                          }                                          }
175                                  }                                  }

Legend:
Removed from v.135  
changed lines
  Added in v.144

  ViewVC Help
Powered by ViewVC 1.1.26