[Vtigercrm-commits] [vtiger-commits] r6652 - /vtigercrm/trunk/modules/Leads/LeadsAjax.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 04:04:40 EDT 2006
Author: saraj
Date: Mon May 29 02:04:36 2006
New Revision: 6652
Log:
convertlead action has been removed
Modified:
vtigercrm/trunk/modules/Leads/LeadsAjax.php
Modified: vtigercrm/trunk/modules/Leads/LeadsAjax.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/LeadsAjax.php (original)
+++ vtigercrm/trunk/modules/Leads/LeadsAjax.php Mon May 29 02:04:36 2006
@@ -1,10 +1,14 @@
<?php
-if($ajaxaction == "convertlead")
-{
- require_once('modules/Leads/ConvertLead.php');
-}
-else
-{
+/*********************************************************************************
+ ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
+ * ("License"); You may not use this file except in compliance with the License
+ * The Original Code is: vtiger CRM Open Source
+ * The Initial Developer of the Original Code is vtiger.
+ * Portions created by vtiger are Copyright (C) vtiger.
+ * All Rights Reserved.
+ *
+********************************************************************************/
+
+
require_once('include/Ajax/CommonAjax.php');
-}
?>
More information about the vtigercrm-commits
mailing list