From c14387011ede86f3765806e78f3444f1d6e4a9a5 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 11 Jan 2009 07:33:57 +0000 Subject: add a -i parameter that allows the specification of the database type (defaults: mysqli) --- installer/helpers/installer.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'installer/helpers') diff --git a/installer/helpers/installer.php b/installer/helpers/installer.php index 3fd8b19f..db5c7741 100644 --- a/installer/helpers/installer.php +++ b/installer/helpers/installer.php @@ -190,7 +190,7 @@ class installer { $arguments["file"] = $argv[++$i]; break; case "-i": - $arguments["type"] = $argv[++i]; + $arguments["type"] = $argv[++$i]; break; case "-m": $arguments["modules"] = $argv[++$i]; @@ -238,11 +238,6 @@ class installer { } - public static function get_database() { - $db_config = array(); - return - } - private static function _render($view) { if ($view == '') return; -- cgit v1.2.3