[Vtigercrm-commits] [vtiger-commits] r4650 - /vtigercrm/trunk/modules/CustomView/CustomView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 04:36:22 EST 2006
Author: saraj
Date: Wed Mar 29 02:35:54 2006
New Revision: 4650
Log:
function getParentId removed
Modified:
vtigercrm/trunk/modules/CustomView/CustomView.php
Modified: vtigercrm/trunk/modules/CustomView/CustomView.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/CustomView.php (original)
+++ vtigercrm/trunk/modules/CustomView/CustomView.php Wed Mar 29 02:35:54 2006
@@ -1204,16 +1204,5 @@
return $calist;
}
- function getParentId($fields,$values)
- {
- global $adb;
-
- if($fields = 'crmentity.smownerid')
- {
- $sSQL = " left join users on users".$value;
- $result = $adb->query($sSQL);
- }
- }
-
}
?>
More information about the vtigercrm-commits
mailing list