Changeset 701864
- Timestamp:
- 04/22/2013 11:27:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dnd-gravity-forms-to-office-autopilot-contact-builder/trunk/gravity-to-officeAP.php
r700552 r701864 635 635 </search>'; 636 636 637 $data = urlencode( urlencode($data));637 $data = urlencode($data); 638 638 639 639 $options = get_option('gvty_oap_options'); … … 680 680 function update_oap_contact ($cID, $xml_data){ 681 681 682 $post_data = urlencode( urlencode($xml_data));682 $post_data = urlencode($xml_data); 683 683 684 684 $options = get_option('gvty_oap_options'); … … 705 705 function add_new_oap_contact($xml_data){ 706 706 707 $post_data = urlencode( urlencode($xml_data));707 $post_data = urlencode($xml_data); 708 708 709 709 $options = get_option('gvty_oap_options');
Note: See TracChangeset
for help on using the changeset viewer.