Difference for lib/adm/collect_images.pl from version 1.5 to 1.6


version 1.5 version 1.6
Line 70
 
Line 70
     $file = $2;      $file = $2;
     $file1 = $3;      $file1 = $3;
   
     print "$num $file\n" if ($num % 50) == 0 ;      print "$num $file\n" if ($num % 500) == 0 ;
     # This probably isn't the most efficient way to do this if a       # This probably isn't the most efficient way to do this if a
     # large number of images are added, as we try to open each      # large number of images are added, as we try to open each
     # instance.      # instance.


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:05