foreach ($data as $sect => $refs) {
foreach ($refs as $refid => $value) {
$this->setSetting ($sect, $refid, $value) ;
- }
- if ($sect == 'scm') {
- foreach ($this->getUsers() as $u) {
- if (!$SYS->sysGroupCheckUser($refid,$u->getID())) {
- $this->setError($SYS->getErrorMessage());
- db_rollback();
- return false;
+ if ($sect == 'scm') {
+ foreach ($this->getUsers() as $u) {
+ if (!$SYS->sysGroupCheckUser($refid,$u->getID())) {
+ $this->setError($SYS->getErrorMessage());
+ db_rollback();
+ return false;
+ }
}
}
}
XSLFOP = /usr/share/xml/docbook/stylesheet/docbook-xsl/fo/
FOP = fop
#DEVNULL = >>/tmp/debug 2>&1
-DEVNULL = &> /dev/null
+DEVNULL = >/dev/null 2>&1
BOOKS=gforge_manual
ARTICLES=administration_guide user_guide contribution_guide installation_guide
} else {
$title= _('Edit Role');
}
- $msg = _('Use this page to edit the permissions attached to each role. Note that each role has at least as much access as the Anonymous and LoggedIn roles. For example, if the the Anonymous role has read access to a forum, all other roles will have it too.');
+ $msg = _('Use this page to edit the permissions attached to each role. Note that each role has at least as much access as the Anonymous and LoggedIn roles. For example, if the Anonymous role has read access to a forum, all other roles will have it too.');
}
project_admin_header(array('title'=> $title,'group'=>$group_id));