Ignore:
Timestamp:
11/06/07 18:22:00 (5 years ago)
Author:
root
Message:

Updated the modules to use the new locale_load() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/mail2forum/php-files/modules/mail2forum/module_installer.php

    r971 r1074  
    1616+----------------------------------------------------*/ 
    1717 
    18 if (file_exists(PATH_MODULES."mail2forum/locale/".$settings['locale'].".php")) { 
    19     include PATH_MODULES."mail2forum/locale/".$settings['locale'].".php"; 
    20 } else { 
    21     include PATH_MODULES."mail2forum/locale/English.php"; 
    22 } 
     18locale_load("modules.mail2forum"); 
    2319 
    2420/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.