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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 16 19:37:38 EDT 2006


Author: allanbush
Date: Mon Oct 16 17:37:35 2006
New Revision: 9642

Log:
Fixed loading of the $mod_list_strings variable, used for import.

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 Mon Oct 16 17:37:35 2006
@@ -357,7 +357,7 @@
  * If you are in the current module, do not call this function unless you are loading it for the first time */
 function return_module_language($language, $module)
 {
-	global $mod_strings, $default_language, $log, $currentModule, $translation_string_prefix;
+	global $mod_strings, $mod_list_strings, $default_language, $log, $currentModule, $translation_string_prefix;
 
 	if($currentModule == $module && isset($mod_strings) && $mod_strings != null)
 	{





More information about the vtigercrm-commits mailing list