From 83cdddd4cc2d18012ed7dba29b512df6adffa104 Mon Sep 17 00:00:00 2001
From: Martin Haase <martin.haase@daasi.de>
Date: Fri, 10 Sep 2010 09:20:03 +0000
Subject: [PATCH] minor mods

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@7125 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php
index eeac76e..9df27c6 100755
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/TgExtra.class.php
@@ -2930,7 +2930,7 @@ class TgExtra {
     if(    $this->rbac->checkAccess( $inRequest->auth, "delegate", $projectName )
         || $this->rbac->checkAccess( $inRequest->auth, "administer", "role_base" ) ) {
 
-      fwrite( $file, "User has right to modify roles\n\n " );
+//      fwrite( $file, "User has right to modify roles\n\n " );
 
       try {
 
-- 
GitLab