[Vtigercrm-commits] [vtiger-commits] r7528 - /vtigercrm/trunk/vtigerservice.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 26 08:41:13 EDT 2006


Author: richie
Date: Mon Jun 26 06:41:09 2006
New Revision: 7528

Log:
changed reference to firefox and thunderbird rel files

Modified:
    vtigercrm/trunk/vtigerservice.php

Modified: vtigercrm/trunk/vtigerservice.php
==============================================================================
--- vtigercrm/trunk/vtigerservice.php (original)
+++ vtigercrm/trunk/vtigerservice.php Mon Jun 26 06:41:09 2006
@@ -25,7 +25,7 @@
 	}
 	elseif($_REQUEST['service'] == "firefox")
 	{
-		include("soap/contactserialize.php");
+		include("soap/firefoxtoolbar.php");
 	}
 	elseif($_REQUEST['service'] == "wordplugin")
 	{
@@ -33,7 +33,7 @@
 	}
 	elseif($_REQUEST['service'] == "thunderbird")
 	{
-		include("soap/contactserialize.php");
+		include("soap/thunderbirdplugin.php");
 	}
 	else
 	{





More information about the vtigercrm-commits mailing list