From cdc5073b362a24f3847d8e2ec4db624ea00a90bc Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 1 Feb 2018 10:40:11 +0000 Subject: [PATCH] Remove edms.org.uk link, not updated in months. --- www/docs/mp/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/docs/mp/index.php b/www/docs/mp/index.php index 3beb5db1f5..271ee41197 100644 --- a/www/docs/mp/index.php +++ b/www/docs/mp/index.php @@ -958,12 +958,12 @@ function person_useful_links($member) { ); } - if ($member->house(HOUSE_TYPE_COMMONS)) { - $out[] = array( - 'href' => 'http://www.edms.org.uk/mps/' . $member->person_id(), - 'text' => 'Early Day Motions signed by this MP' - ); - } + #if ($member->house(HOUSE_TYPE_COMMONS)) { + # $out[] = array( + # 'href' => 'http://www.edms.org.uk/mps/' . $member->person_id(), + # 'text' => 'Early Day Motions signed by this MP' + # ); + #} if (isset($links['journa_list_link'])) { $out[] = array(