Skip to content

Commit

Permalink
Remove edms.org.uk link, not updated in months.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Feb 1, 2018
1 parent 440b524 commit cdc5073
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions www/docs/mp/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cdc5073

Please sign in to comment.