Ignore:
Timestamp:
Sep 20, 2004, 10:08:15 PM (20 years ago)
Author:
z0rglub
Message:
  • huge refactoring of admin/configuration.php (reminder : tabs in code are forbidden, only blank spaces are allowed)
  • in admin panel, remote site management is in "general" section and not in "configuration" section
  • when retrieving languages, the array keys must be the language code and not its display name (because 2 language codes might have the same display name)
File:
1 edited

Legend:

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

    r519 r528  
    278278    {
    279279      list($language_name) = @file($path.'/iso.txt');
    280       $languages[$language_name] = $file;
     280      $languages[$file] = $language_name;
    281281    }
    282282  }
Note: See TracChangeset for help on using the changeset viewer.