[Vtigercrm-commits] [vtiger-commits] r7487 - /vtigercrm/trunk/soap/webforms.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 24 15:45:11 EDT 2006
Author: mmbrich
Date: Sat Jun 24 13:45:10 2006
New Revision: 7487
Log:
fix for broken include_path in new soap/ directory
Modified:
vtigercrm/trunk/soap/webforms.php
Modified: vtigercrm/trunk/soap/webforms.php
==============================================================================
--- vtigercrm/trunk/soap/webforms.php (original)
+++ vtigercrm/trunk/soap/webforms.php Sat Jun 24 13:45:10 2006
@@ -9,6 +9,7 @@
*
********************************************************************************/
+ini_set("include_path","../");
require_once("config.php");
require_once('include/logging.php');
require_once('include/nusoap/nusoap.php');
@@ -18,7 +19,7 @@
$log = &LoggerManager::getLogger('webforms');
//$serializer = new XML_Serializer();
-$NAMESPACE = 'http://www.vtigercrm.com/vtigercrm';
+$NAMESPACE = 'http://www.vtiger.com/vtigercrm/';
$server = new soap_server;
$server->configureWSDL('vtigersoap');
More information about the vtigercrm-commits
mailing list