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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jun 26 10:33:59 EDT 2006


Author: richie
Date: Mon Jun 26 08:33:55 2006
New Revision: 7542

Log:
changed reference to contactserialize for the wordplugin

Modified:
    vtigercrm/trunk/vtigerservice.php

Modified: vtigercrm/trunk/vtigerservice.php
==============================================================================
--- vtigercrm/trunk/vtigerservice.php (original)
+++ vtigercrm/trunk/vtigerservice.php Mon Jun 26 08:33:55 2006
@@ -29,7 +29,7 @@
 	}
 	elseif($_REQUEST['service'] == "wordplugin")
 	{
-		include("soap/contactserialize.php");
+		include("soap/wordplugin.php");
 	}
 	elseif($_REQUEST['service'] == "thunderbird")
 	{





More information about the vtigercrm-commits mailing list