Correct column name.
This commit is contained in:
		
							parent
							
								
									16101492c0
								
							
						
					
					
						commit
						1d84056acf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -66,7 +66,7 @@ while (my $row = $sthOld->fetchrow_hashref) { | |||
|   if ($row->{join_list}) { | ||||
|     my $requestParamaters = { donorId => $donorId,  requestType => "join-announce-email-list" }; | ||||
|     $sp->addRequest($requestParamaters); | ||||
|     if ($row->{on_announce_mailing_list}) { | ||||
|     if ($row->{on_announce_mailman_list}) { | ||||
|       $requestParamaters->{who} = 'bkuhn'; | ||||
|       $requestParamaters->{how} = 'legacy import of old database; exact details of this fulfillment are unknown'; | ||||
|       $sp->fulfillRequest($requestParamaters); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn