inc/i18n.inc.php
author rejo
Wed, 27 Jun 2007 22:26:27 +0000
changeset 32 0c2497c1ac01
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 79] Bugfix. The link to the pages that should list zones starting with a number was incorrect (only reproducable if number of records to be shown was larger than the limit of the number of rows on a page).

<?
include_once("inc/config.inc.php");

$language = $LANG;
setlocale(LC_ALL, $language);
$gettext_domain = 'messages';
bindtextdomain($gettext_domain, "./locale");
textdomain($gettext_domain);

?>