From a27f12d8283abdbf0c481b5e5fe89ac94313be98 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 17 Sep 2003 17:30:46 +0000 Subject: [PATCH] removed members link --- lam/templates/lists/listgroups.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lam/templates/lists/listgroups.php b/lam/templates/lists/listgroups.php index 396ecfe4..a6070749 100644 --- a/lam/templates/lists/listgroups.php +++ b/lam/templates/lists/listgroups.php @@ -191,8 +191,7 @@ for ($i = $table_begin; $i < $table_end; $i++) { " onClick=\"group_click(this, '" . $grp_info[$i]["dn"] . "')\"" . " onDblClick=\"parent.frames[1].location.href='../account/groupedit.php?DN=" . $grp_info[$i]["dn"] . "'\">" . " " . - " " . _("Members") . "" . - "
" . _("Edit") . ""); + " " . _("Edit") . ""); for ($k = 0; $k < sizeof($attr_array); $k++) { echo (""); // print all attribute entries seperated by "; "