Ignore:
Timestamp:
Jul 28, 2004, 7:21:58 PM (20 years ago)
Author:
gweltas
Message:

Installation procedure update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r452 r463  
    219219  if ( !file_exists(@realpath(PHPWG_ROOT_PATH . 'language/' . $language . '/common.lang.php')) )
    220220  {
    221     $language = 'en_EN';
     221    $language = DEFAULT_LANGUAGE;
    222222  }
    223223  include_once(PHPWG_ROOT_PATH . 'language/' . $language . '/common.lang.php');
     
    228228    if ( !file_exists(@realpath(PHPWG_ROOT_PATH . 'language/' . $language. '/admin.lang.php')) )
    229229    {
    230       $language = 'en_EN';
     230      $language = DEFAULT_LANGUAGE;
    231231    }
    232232  include_once(PHPWG_ROOT_PATH . 'language/' . $language . '/admin.lang.php');
Note: See TracChangeset for help on using the changeset viewer.