Changeset 2126 for trunk/nbm.php


Ignore:
Timestamp:
Oct 9, 2007, 1:46:09 AM (17 years ago)
Author:
rvelices
Message:
  • some code refactoring before upgrade to utf (only cosmetic at this point...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nbm.php

    r2059 r2126  
    3535include_once(PHPWG_ROOT_PATH.'admin/include/functions_notification_by_mail.inc.php');
    3636// Translations are in admin file too
    37 include(get_language_filepath('admin.lang.php'));
     37load_language('admin.lang');
    3838// Need to update a second time
    3939trigger_action('loading_lang');
    40 @include(get_language_filepath('local.lang.php'));
     40load_language('local.lang');
     41
    4142
    4243
Note: See TracChangeset for help on using the changeset viewer.