| 1 |
<?php |
<?php |
| 2 |
// $Id: crmngp.module,v 1.38.2.21 2009/07/09 20:29:02 seanr Exp $ |
// $Id: crmngp.module,v 1.38.2.22 2009/11/19 18:58:27 seanr Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 11 |
include_once('crmngp_ui.inc'); |
include_once('crmngp_ui.inc'); |
| 12 |
include_once('crmngp_crm.inc'); |
include_once('crmngp_crm.inc'); |
| 13 |
include_once('crmngp_cwp.inc'); |
include_once('crmngp_cwp.inc'); |
| 14 |
//include_once('crmngp_debug.inc'); |
|
| 15 |
|
if (file_exists('./sites/all/libraries/nusoap/lib/nusoap.php')) { |
| 16 |
|
include_once('./sites/all/libraries/nusoap/lib/nusoap.php'); |
| 17 |
|
//dsm('true'); |
| 18 |
|
} |
| 19 |
|
else { |
| 20 |
|
include_once('./'.drupal_get_path('module', 'crmngp').'/lib/nusoap.php'); |
| 21 |
|
//dsm('false'); |
| 22 |
|
} |
| 23 |
|
|
| 24 |
/** |
/** |
| 25 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |