[BACK]Return to zlist CVS log [TXT][DIR] Up to [local] / wpscripts / zlist

Diff for /wpscripts/zlist/zlist between version 1.5 and 1.6

version 1.5, 2011/07/19 20:23:44 version 1.6, 2011/07/25 14:28:51
Line 80 
Line 80 
   
   
         # fetch probas          # fetch probas
         db_fetch(2);          db_fetch(1);
   
 #       print "****** probas ($#numcard) ******\n";  #       print "****** probas ($#numcard) ******\n";
         print BOLD WHITE ON_BLUE "Очередь цветопроб". RESET . " ($#numcard штук) :\n";          print BOLD WHITE ON_BLUE "Очередь цветопроб". RESET . " ($#numcard штук) :\n";
Line 140 
Line 140 
         $searchpath = substr($path[$i], 13);          $searchpath = substr($path[$i], 13);
   
         # hardcoded          # hardcoded
         # remove first symbols to get only filename (i.e. \\fileserver\zayavki\ - 20 symbols)          # remove first symbols to get only filename (i.e. \\fileserver\zayavki\ - 21 symbols)
         $path[$i] = substr($path[$i], 21) if ($type_file == 0);          $path[$i] = substr($path[$i], 21) if ($type_file == 0); #zayavki
 #       $path[$i] = substr($path[$i], 34) if ($type_file == 1);          $path[$i] = substr($path[$i], 19) if ($type_file == 1); #proba
 #       $path[$i] = substr($path[$i], 34) if ($type_file == 2);  
   
             # make local file path              # make local file path
             $searchpath =~ tr/\\/\//;              $searchpath =~ tr/\\/\//;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb