[Vtigercrm-commits] [vtiger-commits] r5270 - /vtigercrm/trunk/modules/Settings/CustomFieldList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 09:33:41 EDT 2006
Author: saraj
Date: Mon Apr 24 07:33:37 2006
New Revision: 5270
Log:
unwanted comment has been removed
Modified:
vtigercrm/trunk/modules/Settings/CustomFieldList.php
Modified: vtigercrm/trunk/modules/Settings/CustomFieldList.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/CustomFieldList.php (original)
+++ vtigercrm/trunk/modules/Settings/CustomFieldList.php Mon Apr 24 07:33:37 2006
@@ -16,7 +16,6 @@
$smarty=new vtigerCRM_Smarty;
$fld_module = $_REQUEST['fld_module'];
$smarty->assign("MODULE",$fld_module);
-//echo '<pre>';print_r(getCFListEntries($fld_module));echo '</pre>';
$smarty->assign("CFENTRIES",getCFListEntries($fld_module));
$smarty->assign("MOD",$mod_strings);
global $theme;
More information about the vtigercrm-commits
mailing list