[Vtigercrm-commits] [vtiger-commits] r4744 - in /vtigercrm/trunk: data/CRMEntity.php data/SugarBean.php modules/Contacts/Contact.php modules/Notes/Note.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 30 04:25:51 EST 2006
Author: saraj
Date: Thu Mar 30 02:25:42 2006
New Revision: 4744
Log:
Unwanted functions removed
Modified:
vtigercrm/trunk/data/CRMEntity.php
vtigercrm/trunk/data/SugarBean.php
vtigercrm/trunk/modules/Contacts/Contact.php
vtigercrm/trunk/modules/Notes/Note.php
Modified: vtigercrm/trunk/data/CRMEntity.php
==============================================================================
Binary files - no diff available.
Modified: vtigercrm/trunk/data/SugarBean.php
==============================================================================
Binary files - no diff available.
Modified: vtigercrm/trunk/modules/Contacts/Contact.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/Contact.php (original)
+++ vtigercrm/trunk/modules/Contacts/Contact.php Thu Mar 30 02:25:42 2006
@@ -461,14 +461,6 @@
}
- function get_list_view_data(){
- $temp_array = $this->get_list_view_array();
- $temp_array["ENCODED_NAME"]=htmlspecialchars($this->first_name.' '.$this->last_name, ENT_QUOTES);
- return $temp_array;
-
- }
-
-
//Used By vtigerCRM Word Add-In
function getColumnNames()
{
Modified: vtigercrm/trunk/modules/Notes/Note.php
==============================================================================
Binary files - no diff available.
More information about the vtigercrm-commits
mailing list