diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 00:14:28 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-19 00:14:28 +0000 |
commit | 631a7883ee355e5c01160eb5559f3912b4c604f8 (patch) | |
tree | 39ce9a01fd262f2350203234010ee81c16178b8c /installer/index.php | |
parent | becc2122094383af0fd1fdc4e353527f11ef7bc7 (diff) |
Get rid of the driver libaries. Use mysql calls directly in the
installer for now. If we detect mysqli, we can always use that as a
driver instead, but we don't require it for the installer.
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php index da17147a..7999a76a 100644 --- a/installer/index.php +++ b/installer/index.php @@ -24,7 +24,6 @@ * -u Database user (default: root) * -p Database user password (default: ) * -d Database name (default: gallery3) - * -i Database type (default: mysqli) * -t Table prefix (default: ) * -m Modules to install (default: core, user) * -f Response file (default: not used) |