From 631a7883ee355e5c01160eb5559f3912b4c604f8 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 19 Jan 2009 00:14:28 +0000 Subject: 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. --- installer/index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'installer/index.php') 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) -- cgit v1.2.3