From e205bff25c5716ce1788d39a0803fa439928ff3c Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 19 Apr 2011 14:34:10 +0200 Subject: Notices und Warnings weggemacht --- application/modules/user/views/scripts/person/owndetails.phtml | 2 +- application/modules/user/views/scripts/role/show.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/person/owndetails.phtml b/application/modules/user/views/scripts/person/owndetails.phtml index 3f1cfb4..60364c0 100644 --- a/application/modules/user/views/scripts/person/owndetails.phtml +++ b/application/modules/user/views/scripts/person/owndetails.phtml @@ -74,7 +74,7 @@ if(count($this->groups)==0)
 
- apikeys[$group['groupID']] != null):?> + apikeys[$group['groupID']]) && $this->apikeys[$group['groupID']] != null):?>
apikeys[$group['groupID']]; ?> 
diff --git a/application/modules/user/views/scripts/role/show.phtml b/application/modules/user/views/scripts/role/show.phtml index 0e440f2..d6fb6cb 100644 --- a/application/modules/user/views/scripts/role/show.phtml +++ b/application/modules/user/views/scripts/role/show.phtml @@ -58,7 +58,7 @@ if(count($this->rightsList)==0) { rightcategorieslist)) { foreach($this->rightcategorieslist as $k => $v): - $rights = $this->rightsList[$k]; + @$rights = $this->rightsList[$k]; if(count($rights) > 0) { ?>

:

-- cgit v1.2.3-55-g7522