From: Frédéric Buclin Date: Sun, 18 Sep 2011 23:55:49 +0000 (+0200) Subject: Fix one more place about SQLite X-Git-Tag: bugzilla-4.3.1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f856ddacf27cc4271a471412e31d833687a73f18;p=thirdparty%2Fbugzilla.git Fix one more place about SQLite https://bugzilla.mozilla.org/show_bug.cgi?id=337776 --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 8a837823ce..51ce881133 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'.