summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user_installer.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-02-10 02:37:16 +0000
committerAndy Staudacher <andy.st@gmail.com>2009-02-10 02:37:16 +0000
commitc2eee4746533af10779934f705138fe9bb567550 (patch)
tree1b97e2e233906117db905bab5d5c2668bfc4c93c /modules/user/helpers/user_installer.php
parentdce6548431c4d61ab6c532375a0f030d8de72fd1 (diff)
Move site default_locale into DB (vars) and add a per user locale preference.
There's no UI to select the locale yet.
Diffstat (limited to 'modules/user/helpers/user_installer.php')
-rw-r--r--modules/user/helpers/user_installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/helpers/user_installer.php b/modules/user/helpers/user_installer.php
index 8f2f25a6..806ed14b 100644
--- a/modules/user/helpers/user_installer.php
+++ b/modules/user/helpers/user_installer.php
@@ -35,6 +35,7 @@ class user_installer {
`guest` BOOLEAN default 0,
`hash` char(32) default NULL,
`url` varchar(255) default NULL,
+ `locale` char(10) default NULL,
PRIMARY KEY (`id`),
UNIQUE KEY(`hash`),
UNIQUE KEY(`name`))