trunk, branches/version-0.7:
authorMarcus Campbell <marcus.campbell@gmail.com>
Mon, 5 Feb 2007 09:11:30 +0000 (09:11 +0000)
committerMarcus Campbell <marcus.campbell@gmail.com>
Mon, 5 Feb 2007 09:11:30 +0000 (09:11 +0000)
* Changed LC_MESSAGES to LC_ALL
trunk:
* Changed regex from eregi to preg_match in isValidEmail
* Updated tables.sql
* Added jQuery
* Added prelim Atom feed template
* Updated DB abstraction layer to latest phpBB code - Note: Breaks lots of code!
* Updated config.inc.php.example

functions.inc.php

index 63b789a5758647892b27bdb1c64746807d7aef97..b22747e996444f2a59b7a7b60e7deaef2cfd3ab4 100644 (file)
@@ -5,7 +5,7 @@ require_once(dirname(__FILE__) .'/includes/utf8.php');
 // Translation
 require_once(dirname(__FILE__) .'/includes/php-gettext/gettext.inc');
 $domain = 'messages';
-T_setlocale(LC_MESSAGES, $locale);
+T_setlocale(LC_ALL, $locale);
 T_bindtextdomain($domain, dirname(__FILE__) .'/locales');
 T_bind_textdomain_codeset($domain, 'UTF-8');
 T_textdomain($domain);

Benjamin Mako Hill || Want to submit a patch?