[Vtigercrm-commits] [vtiger-commits] r7492 - in /vtigercrm/trunk/soap: customerportal.php webforms.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 24 17:26:09 EDT 2006
Author: mmbrich
Date: Sat Jun 24 15:26:08 2006
New Revision: 7492
Log:
changed back since I should be using vtigerservice.php to initiate
Modified:
vtigercrm/trunk/soap/customerportal.php
vtigercrm/trunk/soap/webforms.php
Modified: vtigercrm/trunk/soap/customerportal.php
==============================================================================
--- vtigercrm/trunk/soap/customerportal.php (original)
+++ vtigercrm/trunk/soap/customerportal.php Sat Jun 24 15:26:08 2006
@@ -9,6 +9,7 @@
*
********************************************************************************/
+ini_set("include_path","../");
require_once("config.php");
require_once('include/logging.php');
require_once('include/nusoap/nusoap.php');
Modified: vtigercrm/trunk/soap/webforms.php
==============================================================================
--- vtigercrm/trunk/soap/webforms.php (original)
+++ vtigercrm/trunk/soap/webforms.php Sat Jun 24 15:26:08 2006
@@ -9,7 +9,6 @@
*
********************************************************************************/
-ini_set("include_path","../");
require_once("config.php");
require_once('include/logging.php');
require_once('include/nusoap/nusoap.php');
More information about the vtigercrm-commits
mailing list