<?php // DO NOT EDIT THIS FILE $statuses_status_cache = array( 1 => 'Registered', 2 => 'Waiting on Tech', 3 => 'Waiting on Client', 4 => 'Closed by Tech', 5 => 'Closed by Client', 6 => 'Long Term', 7 => 'Stale', 8 => 'Auto Closed', 9 => 'RFP Discussion', 10 => 'RFI', 11 => 'Pre-RFP', 12 => 'RFP', 13 => 'RFP Submitted', 14 => 'RFP Awarded', 15 => 'RFP Cancelled', 16 => 'RFP Transferred to Another', 17 => 'RFP Change' ); ?>