|  | @@ -566,6 +566,7 @@ class Import
 | 
	
		
			
				|  |  |                          }
 | 
	
		
			
				|  |  |                      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +                    $this->log($v['id'], 7, $total, $total, true);
 | 
	
		
			
				|  |  |                      echo $v['id'];
 | 
	
		
			
				|  |  |                      echo "\r\n";
 | 
	
		
			
				|  |  |                  }
 | 
	
	
		
			
				|  | @@ -581,7 +582,7 @@ class Import
 | 
	
		
			
				|  |  |          $data['type'] = $type;
 | 
	
		
			
				|  |  |          $data['before'] = $before;
 | 
	
		
			
				|  |  |          $data['after'] = $after;
 | 
	
		
			
				|  |  | -        if ($type == 4) {
 | 
	
		
			
				|  |  | +        if ($type == 4 || $type == 7) {
 | 
	
		
			
				|  |  |              $data['status'] = 2;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if ($update) {
 |