summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts
diff options
context:
space:
mode:
authorSimon2011-04-15 18:47:35 +0200
committerSimon2011-04-15 18:47:35 +0200
commitd90c2f5bb0f5f1fc507c359ee7c969e95509c8da (patch)
tree96d3f863dfc3e0f0c5cf6885aadb2b601ad06e25 /application/modules/user/views/scripts
parentTicket #192 - Inheritance ist nun auch berücksichtigt Group Controller fertig (diff)
downloadpbs2-d90c2f5bb0f5f1fc507c359ee7c969e95509c8da.tar.gz
pbs2-d90c2f5bb0f5f1fc507c359ee7c969e95509c8da.tar.xz
pbs2-d90c2f5bb0f5f1fc507c359ee7c969e95509c8da.zip
Ticket #192 - Parent-Nodes werden nicht doppelt gecrawlt
Diffstat (limited to 'application/modules/user/views/scripts')
-rw-r--r--application/modules/user/views/scripts/group/show.phtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml
index 386c782..fae7b44 100644
--- a/application/modules/user/views/scripts/group/show.phtml
+++ b/application/modules/user/views/scripts/group/show.phtml
@@ -194,7 +194,6 @@ if((Pbs_Acl::checkRight('gdmo') && $this->usergroup == $this->requestgroup) || (
function printRoleSelect($roleList) {
$s = '';
- #print_a($roleList);
echo "<select name=\"roleID\">";
foreach($roleList as $grouptitle=>$head) {
#print_a($grouptitle,$head);