From 4d708694a1e6730e980823bb892699a9ddc9d932 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 6 Aug 2007 21:29:27 +0000 Subject: [PATCH] this should have been gone a while ago git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@443 7f39781d-f577-437e-ae19-be835c7a54ca --- core/database.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/database.class.php b/core/database.class.php index f984344f..556520fa 100644 --- a/core/database.class.php +++ b/core/database.class.php @@ -36,7 +36,6 @@ class Database { if($this->db) { $this->db->SetFetchMode(ADODB_FETCH_ASSOC); $this->db->Execute("SET NAMES utf8"); // FIXME: mysql specific :| - $this->extensions = $this->db->GetAssoc("SELECT name, version FROM extensions"); } else { $version = VERSION;