Changeset 2126 for trunk/nbm.php
- Timestamp:
- Oct 9, 2007, 1:46:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nbm.php
r2059 r2126 35 35 include_once(PHPWG_ROOT_PATH.'admin/include/functions_notification_by_mail.inc.php'); 36 36 // Translations are in admin file too 37 include(get_language_filepath('admin.lang.php'));37 load_language('admin.lang'); 38 38 // Need to update a second time 39 39 trigger_action('loading_lang'); 40 @include(get_language_filepath('local.lang.php')); 40 load_language('local.lang'); 41 41 42 42 43
Note: See TracChangeset
for help on using the changeset viewer.