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/PLi-Fusion/donations/php-files/modules/donations/module_installer.php

    r971 r1074  
    1818+----------------------------------------------------*/ 
    1919 
    20 if (file_exists(PATH_MODULES."donations/locale/".$settings['locale'].".php")) { 
    21     include PATH_MODULES."donations/locale/".$settings['locale'].".php"; 
    22 } else { 
    23     include PATH_MODULES."donations/locale/English.php"; 
    24 } 
     20locale_load("modules.donations"); 
    2521 
    2622/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.