function slice_details_chapi2portal($row) { global $SACHAPI2PORTAL; return convert_row($row, $SACHAPI2PORTAL); }
/** * Convert chapi services to legacy services. * This is for backward compatibility. */ function service_chapi2portal($row) { global $SRCHAPI2PORTAL; $converted_row = convert_row($row, $SRCHAPI2PORTAL); return $converted_row; }
function project_details_chapi2portal($row) { global $PACHAPI2PORTAL; return convert_row($row, $PACHAPI2PORTAL); }