[Vtigercrm-commits] [vtiger-commits] r5900 - /vtigercrm/trunk/vtigerservice.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 12 04:54:16 EDT 2006
Author: richie
Date: Fri May 12 02:54:11 2006
New Revision: 5900
Log:
thunderbird check added
Modified:
vtigercrm/trunk/vtigerservice.php
Modified: vtigercrm/trunk/vtigerservice.php
==============================================================================
--- vtigercrm/trunk/vtigerservice.php (original)
+++ vtigercrm/trunk/vtigerservice.php Fri May 12 02:54:11 2006
@@ -27,6 +27,10 @@
{
include("soap/contactserialize.php");
}
+ elseif($_REQUEST['service'] == "thunderbird")
+ {
+ include("soap/contactserialize.php");
+ }
else
{
echo "No Service Configured for $_REQUEST[service]";
More information about the vtigercrm-commits
mailing list