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

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

revision 197 by dpavlin, Sun Dec 21 03:27:02 2003 UTC revision 199 by dpavlin, Wed Jan 7 12:29:11 2004 UTC
# Line 298  sub data2xml { Line 298  sub data2xml {
298                                          if ($filter) {                                          if ($filter) {
299                                                  no strict 'refs';                                                  no strict 'refs';
300                                                  if ($display_data) {                                                  if ($display_data) {
301                                                          $display_data .= $delimiter.join($delimiter,mkformat($x,&$filter($display)));                                                          $display_data .= $delimiter.mkformat($x,join($delimiter,&$filter($display)));
302                                                  } else {                                                  } else {
303                                                          $display_data = join($delimiter,mkformat($x,&$filter($display)));                                                          $display_data = mkformat($x,join($delimiter,&$filter($display)));
304                                                  }                                                  }
305                                          } else {                                          } else {
306                                                  if ($display_data) {                                                  if ($display_data) {

Legend:
Removed from v.197  
changed lines
  Added in v.199

  ViewVC Help
Powered by ViewVC 1.1.26