[Vtigercrm-commits] [vtiger-commits] r3945 - /vtigercrm/branches/4.2/modules/Settings/ComboFieldList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Feb 27 01:13:29 EST 2006
Author: mfedyk
Date: Sun Feb 26 23:13:27 2006
New Revision: 3945
Log:
fix scope issue in getUserFldArray(), by kiang. Introduced in r3878
Modified:
vtigercrm/branches/4.2/modules/Settings/ComboFieldList.php
Modified: vtigercrm/branches/4.2/modules/Settings/ComboFieldList.php
==============================================================================
--- vtigercrm/branches/4.2/modules/Settings/ComboFieldList.php (original)
+++ vtigercrm/branches/4.2/modules/Settings/ComboFieldList.php Sun Feb 26 23:13:27 2006
@@ -216,6 +216,7 @@
function getUserFldArray($fld_module)
{
+ global $adb;
$user_fld = Array();
$query = "select * from field where generatedtype=2 and tabid=".fetchTabIDVal($fld_module)." and uitype IN (15,16)";
// echo $query;
More information about the vtigercrm-commits
mailing list