[Vtigercrm-commits] [vtiger-commits] r4455 - /vtigercrm/trunk/modules/Leads/Lead.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 07:42:29 EST 2006
Author: saraj
Date: Mon Mar 27 05:42:25 2006
New Revision: 4455
Log:
Removed the unused create_tables() & drop_tables() function as part of code cleanup Ahmed
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 Mon Mar 27 05:42:25 2006
@@ -152,13 +152,6 @@
$this->column_fields = getColumnFields('Leads');
}
- function create_tables () {
-
- }
-
- function drop_tables () {
- }
-
function get_summary_text()
{
return "$this->firstname $this->lastname";
More information about the vtigercrm-commits
mailing list