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

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

revision 373 by dpavlin, Sun Jan 8 22:09:33 2006 UTC revision 375 by dpavlin, Sun Jan 8 22:21:24 2006 UTC
# Line 551  sub _rec_to_arr { Line 551  sub _rec_to_arr {
551                  if (@v) {                  if (@v) {
552                          push @arr, @v;                          push @arr, @v;
553                  } else {                  } else {
554                          push @arr, '';                          push @arr, '' if ($max > $i);
555                  }                  }
556          }          }
557    

Legend:
Removed from v.373  
changed lines
  Added in v.375

  ViewVC Help
Powered by ViewVC 1.1.26