[Vtigercrm-commits] [vtiger-commits] r4393 - /vtigercrm/branches/4.2/include/CustomFieldUtil.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 22 21:18:21 EST 2006


Author: mfedyk
Date: Wed Mar 22 19:18:19 2006
New Revision: 4393

Log:
fix getCustomFieldTrans call time reference.  see #70

Modified:
    vtigercrm/branches/4.2/include/CustomFieldUtil.php

Modified: vtigercrm/branches/4.2/include/CustomFieldUtil.php
==============================================================================
--- vtigercrm/branches/4.2/include/CustomFieldUtil.php (original)
+++ vtigercrm/branches/4.2/include/CustomFieldUtil.php Wed Mar 22 19:18:19 2006
@@ -294,7 +294,7 @@
 	
 }
 
-function getCustomFieldTrans($module, $trans_array)
+function getCustomFieldTrans($module, &$trans_array)
 {
 	global $adb;
 	$tab_id = getTabid($module);	





More information about the vtigercrm-commits mailing list