| 
					
				 | 
			
			
				@@ -3953,7 +3953,9 @@ class Database 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $table_header = '<thead><tr>'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $table_body = '<tbody>'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     $table_key = ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (isset($param['option'])) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        $param['value'] = $param['value'] + $param['option']; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         $table_key = '1'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if (isset($param['value']) && $param['value']) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             $table_body .= '<tr class="table_copy" style="display:none;">'; 
			 |