Test of commit process
authorShiv Kaushal <shiv.kaushal@manchester.ac.uk>
Fri, 29 Oct 2004 07:51:07 +0000 (07:51 +0000)
committerShiv Kaushal <shiv.kaushal@manchester.ac.uk>
Fri, 29 Oct 2004 07:51:07 +0000 (07:51 +0000)
org.gridsite.core/src/grst_admin_gacl.c

index 318277e..ba5ba1e 100644 (file)
@@ -84,7 +84,7 @@ void revert_acl(GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri,
 /*****************************************/
 
 void show_acl(int admin, GRSTgaclUser *user, char *dn, GRSTgaclPerm perm, char *help_uri, char *dir_path, char *file, char *dir_uri, char *admin_file){
-  // Shows the contents of the ACL. Gives edit 'buttons' if (int admin) == 1
+  /* Shows the contents of the ACL. Gives edit 'buttons' if (int admin) == 1*/
   GRSTgaclAcl *acl;
   GRSTgaclEntry *entry;
   GRSTgaclCred *cred;