[Vtigercrm-commits] [vtiger-commits] r7350 - /vtigercrm/trunk/include/utils/ListViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 06:41:08 EDT 2006
Author: richie
Date: Wed Jun 21 04:41:04 2006
New Revision: 7350
Log:
Fixes #1277
Modified:
vtigercrm/trunk/include/utils/ListViewUtils.php
Modified: vtigercrm/trunk/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/ListViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/ListViewUtils.php Wed Jun 21 04:41:04 2006
@@ -192,7 +192,7 @@
}
//Added condition to hide the close column in Related Lists
- if($name == 'Close' && $relatedlist != '')
+ if($name == $app_strings['Close'] && $relatedlist != '')
{
// $list_header[] = '';
}
More information about the vtigercrm-commits
mailing list