[Vtigercrm-commits] [vtiger-commits] r6978 - /vtigercrm/branches/4.2/modules/Contacts/
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 9 01:55:02 EDT 2006
Author: allanbush
Date: Thu Jun 8 23:54:58 2006
New Revision: 6978
Log:
Removed unused files.
Removed:
vtigercrm/branches/4.2/modules/Contacts/BusinessCard.html
vtigercrm/branches/4.2/modules/Contacts/BusinessCard.php
vtigercrm/branches/4.2/modules/Contacts/ContactFormBase.php
vtigercrm/branches/4.2/modules/Contacts/ContactOpportunityRelationship.php
vtigercrm/branches/4.2/modules/Contacts/ContactOpportunityRelationshipEdit.html
vtigercrm/branches/4.2/modules/Contacts/ContactOpportunityRelationshipEdit.php
vtigercrm/branches/4.2/modules/Contacts/CustomAction.php
vtigercrm/branches/4.2/modules/Contacts/DeleteContactCaseRelationship.php
vtigercrm/branches/4.2/modules/Contacts/DeleteContactOpportunityRelationship.php
vtigercrm/branches/4.2/modules/Contacts/DeleteDirectReportRelationship.php
vtigercrm/branches/4.2/modules/Contacts/SaveBusinessCard.php
vtigercrm/branches/4.2/modules/Contacts/SaveContactOpportunityRelationship.php
vtigercrm/branches/4.2/modules/Contacts/SubPanelView.html
vtigercrm/branches/4.2/modules/Contacts/SubPanelView.php
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewAccounts.html
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewCase.html
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewCase.php
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewContact.html
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewContactsAndUsers.php
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewDirectReport.html
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewOpportunity.html
vtigercrm/branches/4.2/modules/Contacts/SubPanelViewOpportunity.php
Modified:
vtigercrm/branches/4.2/modules/Contacts/Popup.php
Modified: vtigercrm/branches/4.2/modules/Contacts/Popup.php
==============================================================================
--- vtigercrm/branches/4.2/modules/Contacts/Popup.php (original)
+++ vtigercrm/branches/4.2/modules/Contacts/Popup.php Thu Jun 8 23:54:58 2006
@@ -115,7 +115,7 @@
}
$where .= "crmentity.smownerid IN(";
foreach ($assigned_user_id as $key => $val) {
- $where .= "".PearDatabase::quote($val)."";
+ $where .= "".$adb->quote($val)."";
$where .= ($key == count($assigned_user_id) - 1) ? ")" : ", ";
}
}
More information about the vtigercrm-commits
mailing list