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(