From feb2bf1f625a1ea35f69a981cf0e3d468a8f99d2 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Mon, 25 Apr 2011 17:00:50 +0200 Subject: suspended fix --- application/modules/user/views/scripts/group/show.phtml | 6 +++--- application/modules/user/views/scripts/person/index.phtml | 2 +- application/modules/user/views/scripts/person/owndetails.phtml | 2 +- application/modules/user/views/scripts/person/show.phtml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'application/modules/user/views/scripts') diff --git a/application/modules/user/views/scripts/group/show.phtml b/application/modules/user/views/scripts/group/show.phtml index fae7b44..7e2eec0 100644 --- a/application/modules/user/views/scripts/group/show.phtml +++ b/application/modules/user/views/scripts/group/show.phtml @@ -110,7 +110,7 @@ if(count($this->membersList)==0) echo "This hroup has no members." ?> membersList as $k => $member): ?> usergroup == $this->requestgroup) || ( alt='Revoke Membership' /> +
diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 515f9da..9899928 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -102,7 +102,7 @@ if($person->getID() == $this->userIDsNamespace['personID']) { } } if($this->suspendRight === true) { - if($person->getSuspended() == 1) { + if($person->getSuspend() == 1) { ?>
+
person->getSuspend() == 1) echo "yes"; else echo "no"; ?>
diff --git a/application/modules/user/views/scripts/person/show.phtml b/application/modules/user/views/scripts/person/show.phtml index 6283808..a62557b 100644 --- a/application/modules/user/views/scripts/person/show.phtml +++ b/application/modules/user/views/scripts/person/show.phtml @@ -32,7 +32,7 @@ label { suspendRight === true) { ?> -
person->getSuspended() == 1) echo "yes"; else echo "no"; ?>
+
person->getSuspend() == 1) echo "yes"; else echo "no"; ?>
-- cgit v1.2.3-55-g7522