inc/i18n.inc.php
author rejo
Thu, 28 Jun 2007 02:20:11 +0000
changeset 34 a2826b0ebcff
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 81] Bugfix. If the number of zones exceeded the "max row limit" and a "starting letter" with no zones was requested in list_zones.php it would show no zones while incorrectly stating "showing 1 out of N zones".

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

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

?>