From 9795d6a9451c98ae9ea624d4513c3d9c28a78d1a Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 30 Oct 2010 21:53:58 +0000 Subject: ripped out last remaining tentacles of old installer from core - just needs removal of install.php when elgg_view() is updated git-svn-id: http://code.elgg.org/elgg/trunk@7141 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/database.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engine/lib/database.php') diff --git a/engine/lib/database.php b/engine/lib/database.php index 4b0a38bb3..16efb5874 100644 --- a/engine/lib/database.php +++ b/engine/lib/database.php @@ -667,11 +667,6 @@ function run_sql_script($scriptlocation) { function db_upgrade($version, $fromdir = "", $quiet = FALSE) { global $CONFIG; - // Elgg and its database must be installed to upgrade it! - if (!is_db_installed() || !is_installed()) { - return false; - } - $version = (int) $version; if (!$fromdir) { -- cgit v1.2.3