summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/role/index.phtml
diff options
context:
space:
mode:
authorSimon2011-04-13 17:56:31 +0200
committerSimon2011-04-13 17:56:31 +0200
commit53bb21d568f085ae496b3a33697575bea070a995 (patch)
tree0aa8b3cad978c4af76f3f64ffde9b9a673e8953b /application/modules/user/views/scripts/role/index.phtml
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-53bb21d568f085ae496b3a33697575bea070a995.tar.gz
pbs2-53bb21d568f085ae496b3a33697575bea070a995.tar.xz
pbs2-53bb21d568f085ae496b3a33697575bea070a995.zip
Rolle wird nicht kopiert sondern gleiche Rolle wie ersteller wird in der neuen Gruppe benutzt
Diffstat (limited to 'application/modules/user/views/scripts/role/index.phtml')
-rw-r--r--application/modules/user/views/scripts/role/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/role/index.phtml b/application/modules/user/views/scripts/role/index.phtml
index 80a4299..edf03eb 100644
--- a/application/modules/user/views/scripts/role/index.phtml
+++ b/application/modules/user/views/scripts/role/index.phtml
@@ -26,7 +26,7 @@ $class= 'highlight checked';
<?php if($role['roleID'] != $this->userIDsNamespace['roleID']) { ?>
<div class='number'>
<div class='smallnumber'>Role</div>
- <?php echo $k+1; ?>
+ <?php echo $role['roleID']; ?>
</div>
<?php
}