Skip to content

Commit

Permalink
Fix boss info
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 19, 2016
1 parent a788c0e commit 99ff770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/admin/user_information.php
Expand Up @@ -58,7 +58,7 @@
),
api_get_path(WEB_PATH).'main/social/vcard_export.php?userId='.$userId
);

}

// Show info about who created this user and when
Expand Down Expand Up @@ -390,7 +390,7 @@

$row = 1;
foreach ($studentBossList as $studentBossId) {
$studentBoss = api_get_user_info($studentBossId);
$studentBoss = api_get_user_info($studentBossId['boss_id']);
$table->setCellContents($row, 0, $studentBoss['complete_name_with_username']);
$csvContent[] = array($studentBoss['complete_name_with_username']);
$row++;
Expand Down

0 comments on commit 99ff770

Please sign in to comment.