/[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 109 by dpavlin, Mon Jul 14 18:50:39 2003 UTC revision 135 by dpavlin, Wed Oct 29 21:27:00 2003 UTC
# Line 181  sub data2xml { Line 181  sub data2xml {
181                          if (@index_data) {                          if (@index_data) {
182                                  if ($index_filter) {                                  if ($index_filter) {
183                                          no strict 'refs';                                          no strict 'refs';
184                                          foreach my $d (&$index_filter(@index_data)) {                                          foreach my $d (@index_data) {
185                                                  $index->insert($field, $d, $path);                                                  $index->insert($field, &$index_filter($d), $path);
186                                          }                                          }
187                                  } else {                                  } else {
188                                          foreach my $d (@index_data) {                                          foreach my $d (@index_data) {

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

  ViewVC Help
Powered by ViewVC 1.1.26