CHANGES FOR PARTNERS, Adding default dateFormat on global settings (fix)

This commit is contained in:
Erik Amaru Ortiz
2013-05-29 10:59:13 -04:00
parent 4571660699
commit 50e1bd764f

View File

@@ -1356,7 +1356,7 @@ class Installer extends Controller
{
$query = <<<EOL
INSERT INTO CONFIGURATION (CFG_UID, CFG_VALUE) VALUES
('ENVIRONMENT_SETTINGS', 'a:4:{s:26:"login_enableForgotPassword";b:0;s:27:"login_enableVirtualKeyboard";b:0;s:21:"login_defaultLanguage";s:5:"pt-BR";s:10:"dateFormat";s:15:"d \d\e F \d\e Y";}');
('ENVIRONMENT_SETTINGS', 'a:4:{s:26:"login_enableForgotPassword";b:0;s:27:"login_enableVirtualKeyboard";b:0;s:21:"login_defaultLanguage";s:5:"pt-BR";s:10:"dateFormat";s:15:"d \\d\\e F \\d\\e Y";}');
EOL;
$this->mysqlQuery($query);
}