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

Diff for /wpscripts/zlist/zlist between version 1.9 and 1.10

version 1.9, 2012/02/02 07:41:05 version 1.10, 2012/04/01 06:53:02
Line 106 
Line 106 
         }          }
 print "\n";  print "\n";
   
 # fetch zayavki_  # fetch zayavki_jpg
 db_fetch(3);  db_fetch(3);
   
 print BOLD WHITE ON_BLUE "zayavki_ queue". RESET . " ($#numcard pcs.) :\n";  print BOLD WHITE ON_BLUE "zayavki_jpg queue". RESET . " ($#numcard pcs.) :\n";
         $i = 0;          $i = 0;
         while( ($numcard[$i]) )          while( ($numcard[$i]) )
         {          {
Line 119 
Line 119 
         }          }
 print "\n";  print "\n";
   
 # fetch proba_  # fetch proba_jpg
 db_fetch(4);  db_fetch(4);
   
 print BOLD WHITE ON_BLUE "proba_ queue". RESET . " ($#numcard pcs.) :\n";  print BOLD WHITE ON_BLUE "proba_jpg queue". RESET . " ($#numcard pcs.) :\n";
         $i = 0;          $i = 0;
         while( ($numcard[$i]) )          while( ($numcard[$i]) )
         {          {
Line 183 
Line 183 
         $path[$i] = substr($path[$i], 21) if ($type_file == 0); #zayavki          $path[$i] = substr($path[$i], 21) if ($type_file == 0); #zayavki
         $path[$i] = substr($path[$i], 19) if ($type_file == 1); #proba          $path[$i] = substr($path[$i], 19) if ($type_file == 1); #proba
         $path[$i] = substr($path[$i], 16) if ($type_file == 2); #TT          $path[$i] = substr($path[$i], 16) if ($type_file == 2); #TT
         $path[$i] = substr($path[$i], 22) if ($type_file == 3); #zayavki_          $path[$i] = substr($path[$i], 25) if ($type_file == 3); #zayavki_jpg
         $path[$i] = substr($path[$i], 19) if ($type_file == 4); #proba_          $path[$i] = substr($path[$i], 23) if ($type_file == 4); #proba_jpg
   
             # make local file path              # make local file path
             $searchpath =~ tr/\\/\//;              $searchpath =~ tr/\\/\//;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb