* 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
// 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);