inc/i18n.inc.php
author rejo
Mon, 25 Jun 2007 21:55:33 +0000
changeset 27 782f142d096d
parent 13 2ff220cfde13
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 74] Added missing record_owners SQL table creation during install. Fix by John Morris.

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

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

?>