Changeset 1074 in ExiteCMS for modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php
- Timestamp:
- 11/06/07 18:22:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/mail2forum/php-files/modules/mail2forum/m2f_smtp.php
r1061 r1074 32 32 require_once $webroot."includes/core_functions.php"; 33 33 34 if (file_exists(PATH_MODULES."mail2forum/locale/".$settings['locale'].".php")) { 35 include PATH_MODULES."mail2forum/locale/".$settings['locale'].".php"; 36 } else { 37 include PATH_MODULES."mail2forum/locale/English.php"; 38 } 34 locale_load("modules.mail2forum"); 39 35 40 36 /*---------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
