16 lines
		
	
	
		
			710 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			710 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| $process_types['project'] = 'Project';
 | |
| $process_types['grant_application'] = 'Grant application';
 | |
| $process_types['exhibition'] = 'Exhibition';
 | |
| $process_types['appointment'] = 'Appointment / Event';
 | |
| $process_types['loan_incoming'] = 'Loan (incoming)';
 | |
| $process_types['loan_outgoing'] = 'Loan (outgoing)';
 | |
| $process_types['employment_ad'] = 'Employment ad';
 | |
| $process_types['purchase'] = 'Purchase';
 | |
| $process_types['deaccession'] = 'Deaccession';
 | |
| $process_types['construction'] = 'Construction measure';
 | |
| $process_types['pest_control_campaign'] = 'Pest control campaign';
 | |
| $process_types['pr_campaign'] = 'PR campaign';
 | |
| $process_types['relocation'] = 'Relocation';
 | |
| $process_types['discussion'] = 'Discussion';
 |