|
From: Benjamin C. <bc...@us...> - 2004-07-20 10:39:43
|
Update of /cvsroot/phpbt/phpbt/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6512/inc Modified Files: Tag: htmltemplates functions.php Log Message: Disable gettext stuff for now Index: functions.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v retrieving revision 1.44.2.9 retrieving revision 1.44.2.10 diff -u -r1.44.2.9 -r1.44.2.10 --- functions.php 3 Jul 2004 13:19:07 -0000 1.44.2.9 +++ functions.php 20 Jul 2004 10:39:35 -0000 1.44.2.10 @@ -23,7 +23,7 @@ // $Id$ // Set the domain if gettext is available -if (is_callable('gettext')) { +if (false && is_callable('gettext')) { define('USE_GETTEXT', true); setlocale(LC_ALL, LOCALE); bindtextdomain('phpbt', './locale'); |