From 817c232109ae3251e5b924ea71542759ecd95292 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 21 May 2009 14:02:22 +0000 Subject: [PATCH] do not list duplicates as a result of federation. --- planetlab/pub/sites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/pub/sites.php b/planetlab/pub/sites.php index 5d5a821..87f4d40 100644 --- a/planetlab/pub/sites.php +++ b/planetlab/pub/sites.php @@ -26,7 +26,7 @@ include 'plc_header.php'; GetSites(array('is_public' => TRUE), array('name', 'url')); +$sites = $adm->GetSites(array('is_public' => TRUE, 'peer_id' => NULL), array('name', 'url')); foreach ($sites as $site) { $name = htmlspecialchars($site['name']); -- 2.43.0