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
This commit is contained in:
shish 2007-08-06 21:29:27 +00:00
parent 9e4ec88876
commit 4d708694a1

View File

@ -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;