diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-19 01:57:45 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-09-19 01:57:45 +0200 |
commit | b5113d4856d08dd2b1ce921c2f2f37985b2f4626 (patch) | |
tree | 4188b3a437070722765f407d1573a3988015830f /docs/en/xml | |
parent | 9f6a83865de9ef2a594575533acb0974744af478 (diff) | |
download | bugzilla-b5113d4856d08dd2b1ce921c2f2f37985b2f4626.tar.gz bugzilla-b5113d4856d08dd2b1ce921c2f2f37985b2f4626.tar.xz |
Fix one more place about SQLite
https://bugzilla.mozilla.org/show_bug.cgi?id=337776
Diffstat (limited to 'docs/en/xml')
-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 77aa85bec..8df457439 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -618,7 +618,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> |