12 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
#Added for bug 8855 and bug 8858
 | 
						|
#we want to remove the property check4contribsupdates
 | 
						|
 | 
						|
 | 
						|
my $check4contribsupdates = $DB->get_prop('yum','check4contribsupdates');
 | 
						|
 | 
						|
if ($check4contribsupdates) {
 | 
						|
    $DB->get('yum')->delete_prop('check4contribsupdates');
 | 
						|
    }
 | 
						|
}
 |