/[drupal]/contributions/modules/crmngp/crmngp_crm.inc
ViewVC logotype

Diff of /contributions/modules/crmngp/crmngp_crm.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.23.2.7 by seanr, Thu Nov 19 18:58:27 2009 UTC revision 1.23.2.8 by seanr, Thu Nov 19 20:26:32 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: crmngp_crm.inc,v 1.23.2.6 2009/07/21 17:13:09 seanr Exp $  // $Id: crmngp_crm.inc,v 1.23.2.7 2009/11/19 18:58:27 seanr Exp $
3    
4  function _debug($var, $file = 'unknown', $line='unknown') {  function _debug($var, $file = 'unknown', $line='unknown') {
5    //mail('api@ngpsoftware.com', '[debug] ' . $file . ' ' . $line, print_r($var, true));    //mail('api@ngpsoftware.com', '[debug] ' . $file . ' ' . $line, print_r($var, true));
# Line 746  function _crmngp_crm_request($xml = NULL Line 746  function _crmngp_crm_request($xml = NULL
746      $credentials = variable_get('crmngp_crm_credentials', NULL);      $credentials = variable_get('crmngp_crm_credentials', NULL);
747    }    }
748    
749    include_once('./'.drupal_get_path('module', 'crmngp').'/lib/nusoap.php');    //include_once('./'.drupal_get_path('module', 'crmngp').'/lib/nusoap.php');
750    
751    $params = array(    $params = array(
752      'credentialString' => $credentials,      'credentialString' => $credentials,

Legend:
Removed from v.1.23.2.7  
changed lines
  Added in v.1.23.2.8

  ViewVC Help
Powered by ViewVC 1.1.3