| 
					
				 | 
			
			
				@@ -138,7 +138,7 @@ namespace Reconstruction.Functions 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 User user = (User)Service.db.Users.Where(u => u.Id == t.CreatorUserId).SingleOrDefault(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                if (t.StatusId != 1 && t.AccUserId == null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if (t.StatusId == 1 && t.AccUserId == null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     Console.WriteLine("Title: " + t.Title + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                       "\nDescription: " + t.Description + 
			 |