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/include/common.inc.php

    r2117 r2126  
    156156
    157157// language files
    158 include_once(get_language_filepath('common.lang.php'));
     158load_language('common.lang');
    159159if (defined('IN_ADMIN') and IN_ADMIN)
    160160{
    161   include_once(get_language_filepath('admin.lang.php'));
     161  load_language('admin.lang');
    162162}
    163163trigger_action('loading_lang');
    164 @include_once(get_language_filepath('local.lang.php'));
     164load_language('local.lang');
    165165
    166166// only now we can set the localized username of the guest user (and not in
Note: See TracChangeset for help on using the changeset viewer.