From: Barış Metin Date: Thu, 17 Sep 2009 12:44:58 +0000 (+0000) Subject: show PI/Tech title on pending request page X-Git-Tag: PLEWWW-4.3-29~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=178fb63ebac46a5e4a4eeeaf95f30a297029abbc;p=plewww.git show PI/Tech title on pending request page --- diff --git a/planetlab/sites/join_request.php b/planetlab/sites/join_request.php index ce602b4..d125a37 100644 --- a/planetlab/sites/join_request.php +++ b/planetlab/sites/join_request.php @@ -60,7 +60,7 @@ function render_join_request_review($api, $site_id) { $persons=array(); } else { $person_ids = $site['person_ids']; - $persons = $api->GetPersons( $person_ids, array( "person_id", "role_ids", "first_name", "last_name", "email" , "phone") ); + $persons = $api->GetPersons( $person_ids, array( "person_id", "role_ids", "first_name", "last_name", "title", "email" , "phone") ); } $tech = Null; $pi = Null;