From 810fd0148a98deb00e11524d99cb2d2d94bbc8c9 Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 6 Aug 2007 21:27:55 +0000 Subject: [PATCH] this should have been gone a while ago :S git-svn-id: file:///home/shish/svn/shimmie2/trunk@442 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;