From: Thierry Parmentelat Date: Thu, 16 Jul 2009 06:53:22 +0000 (+0000) Subject: cleanup unused PLC_API_VERSION X-Git-Tag: nodeconfig-4.3-5~6 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=9f350979dcb5a9b5e1643f81fa93326e23c231a4 cleanup unused PLC_API_VERSION --- diff --git a/PlanetLabConf/keys.php b/PlanetLabConf/keys.php index 9d34c42..cfffba0 100755 --- a/PlanetLabConf/keys.php +++ b/PlanetLabConf/keys.php @@ -1,8 +1,8 @@ GetPersons(array('roles' => array($_REQUEST['role']))); $all_persons = $adm->GetPersons(); foreach ($all_persons as $person) { @@ -55,7 +48,7 @@ if (isset($_REQUEST['site_admin']) && isset($_REQUEST['node_id'])) { if (isset($node)) { // Look up the site $sites = $adm->GetSites(array($node['site_id'])); - // Can't filter on roles so have to bruit force through entire userlist of site. + // Can't filter on roles so have to brute force through entire userlist of site. if ($sites && $sites[0]['person_ids']) { $all_persons = $adm->GetPersons($sites[0]['person_ids']); if (!empty($all_persons))