Plugin Directory

Changeset 719509


Ignore:
Timestamp:
05/28/2013 06:52:16 PM (13 years ago)
Author:
e_durose
Message:

updated a couple of lines of code to fix warning messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dnd-gravity-forms-to-office-autopilot-contact-builder/trunk/gravity-to-officeAP.php

    r707648 r719509  
    55Plugin URI: http://www.progo.com
    66Description: This plugin allows you to connect a Gravity Form to an Office AutoPilot Contact insert/update.
    7 Version: 3.0.1
     7Version: 3.0.2
    88Author: Eric DuRose
    99Author URI: http://www.danddcompany.com
     
    101101    add_settings_field('oap_custom_fields', 'Select a Form To Map', 'gvtyForm_oap_custom_fields_string', 'my_gvty_oap_custom_plugin', 'gvty_oap_custom_fields_settings');
    102102   
     103}
     104
     105function gvty_oap_API_section_text(){
     106
     107    return true;
     108
    103109}
    104110
     
    290296    $response = curl_exec($session);
    291297    curl_close($session);
    292     header('Content-Type: application/xml');
     298    //header('Content-Type: application/xml');
    293299    $xml = new SimpleXMLElement($response);
    294300   
     
    577583                        $xml_data .= '</contact>';
    578584
    579 
    580 
     585/*
     586echo "<pre>";
     587print_r($xml_data);
     588echo "</pre>";
     589die();
     590*/
    581591
    582592//search for users using email address
Note: See TracChangeset for help on using the changeset viewer.