[Vtigercrm-developers] [vtiger-commits] r3879 - /vtigercrm/branches/4.2/include/utils.php

vtiger-commits at vtiger.fosslabs.com vtiger-commits at vtiger.fosslabs.com
Tue Feb 21 19:18:37 PST 2006


Author: mfedyk
Date: Tue Feb 21 20:18:35 2006
New Revision: 3879

Log:
Fix activities relatedlist won't display well if translated, by Kleo. fixes #27

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

Modified: vtigercrm/branches/4.2/include/utils.php
==============================================================================
--- vtigercrm/branches/4.2/include/utils.php (original)
+++ vtigercrm/branches/4.2/include/utils.php Tue Feb 21 20:18:35 2006
@@ -2720,7 +2720,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-developers mailing list