From fb79643ea2327e687b98a04ff0b8f1fcf22527f3 Mon Sep 17 00:00:00 2001 From: ovclas Date: Mon, 10 Oct 2011 05:17:49 +0000 Subject: [PATCH] issue 118 delete add index. this only usalble in mysql git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9521 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/member.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/member/member.class.php b/modules/member/member.class.php index 3b6151204..2f89cfdb8 100644 --- a/modules/member/member.class.php +++ b/modules/member/member.class.php @@ -144,7 +144,6 @@ FileHandler::makeDir('./files/member_extra_info/profile_image'); FileHandler::makeDir('./files/member_extra_info/signature'); - $oDB->addIndex("member_openid_association","idx_assoc", array("server_url(255)","handle"), false); return new Object(); }