Ignore:
Timestamp:
02/17/08 21:46:27 (4 years ago)
Author:
hverton
Message:

fixed locale error, now using the locale_load() function to load the 'old-style' locale files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/PLi-Fusion/donations/php-files/modules/donations/notify.php

    r971 r1289  
    9696 
    9797// *** main *** 
    98  
    99 if (file_exists(PATH_MODULES."donations/locale/".$settings['locale'].".php")) { 
    100     include PATH_MODULES."donations/locale/".$settings['locale'].".php"; 
    101 } else { 
    102     include PATH_MODULES."donations/locale/English.php"; 
    103 } 
     98locale_load('modules.donations'); 
    10499 
    105100// donation log file 
Note: See TracChangeset for help on using the changeset viewer.