show PI/Tech title on pending request page
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 17 Sep 2009 12:44:58 +0000 (12:44 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 17 Sep 2009 12:44:58 +0000 (12:44 +0000)
planetlab/sites/join_request.php

index ce602b4..d125a37 100644 (file)
@@ -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;