Skip to content

Commit 45ca04e

Browse files
committed
trying to add getPIGROUP functionality in User Management
1 parent c1e210e commit 45ca04e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webroot/admin/user-mgmt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
echo "<tr>";
4242
echo "<td>" . $user->getFirstname() . " " . $user->getLastname() . "</td>";
4343
echo "<td>" . $user->getUID() . "</td>";
44+
echo "<td>" . $user->getPIGroup() . "</td>";
4445
echo "<td>" . $user->getOrg() . "</td>";
4546
echo "<td><a href='mailto:" . $user->getMail() . "'>" . $user->getMail() . "</a></td>";
4647
echo "<td>";

0 commit comments

Comments
 (0)