[Vtigercrm-commits] [vtiger-commits] r4693 - /vtigercrm/trunk/modules/Leads/Lead.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 07:24:55 EST 2006


Author: saraj
Date: Wed Mar 29 05:24:48 2006
New Revision: 4693

Log:
unwanted function removed

Modified:
    vtigercrm/trunk/modules/Leads/Lead.php

Modified: vtigercrm/trunk/modules/Leads/Lead.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/Lead.php (original)
+++ vtigercrm/trunk/modules/Leads/Lead.php Wed Mar 29 05:24:48 2006
@@ -373,27 +373,6 @@
 	return  GetRelatedList('Leads','Products',$focus,$query,$button,$returnset);
 }
 
-
-
-
-	// This method is used to provide backward compatibility with old data that was prefixed with http://
-	// We now automatically prefix http://
-	function remove_redundant_http()
-	{
-		if(eregi("http://", $this->website))
-		{
-			$this->website = substr($this->website, 7);
-		}
-	}
-
-	function fill_in_additional_list_fields()
-	{
-		// Fill in the assigned_user_name
-		$this->assigned_user_name = get_assigned_user_name($this->assigned_user_id);
-
-		$this->remove_redundant_http();
-	}
-
 	function get_lead_field_options($list_option)
 	{
 		$comboFieldArray = getComboArray($this->combofieldNames);





More information about the vtigercrm-commits mailing list