diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-19 01:55:49 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-19 01:55:49 +0200 |
commit | f856ddacf27cc4271a471412e31d833687a73f18 (patch) | |
tree | 14f66c19791831782e6b1949f1b173630c73d9b5 /docs | |
parent | 2aea7424c7367868d42a14bde72fd13e00c668c0 (diff) | |
download | bugzilla-f856ddacf27cc4271a471412e31d833687a73f18.tar.gz bugzilla-f856ddacf27cc4271a471412e31d833687a73f18.tar.xz |
Fix one more place about SQLite
https://bugzilla.mozilla.org/show_bug.cgi?id=337776
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 8a837823c..51ce88113 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -611,7 +611,7 @@ the user you will create for your database. Pick a strong password (for simplicity, it should not contain single quote characters) and put it here. $db_driver can be either 'mysql', - 'Pg' or 'oracle'. + 'Pg', 'Oracle' or 'Sqlite'. </para> <note> |