[geeklog-cvs] geeklog-1.3/plugins/staticpages functions.inc,1.42,1.43

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Oct 5 15:56:32 EDT 2004


Update of /var/cvs/geeklog-1.3/plugins/staticpages
In directory www:/tmp/cvs-serv14940/staticpages

Modified Files:
	functions.inc 
Log Message:
Don't check for 'Root' permissions, so that Admin users don't need to see static pages that are only visible for anonymous users (e.g. for splash screens).
This was supposed to be in 1.3.9, but somehow didn't make it ...


Index: functions.inc
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/staticpages/functions.inc,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** functions.inc	28 Sep 2004 15:26:18 -0000	1.42
--- functions.inc	5 Oct 2004 19:56:30 -0000	1.43
***************
*** 374,381 ****
  	}
  
-     if (SEC_inGroup ('Root', $uid)) {
-         return '';
-     }
- 
      $sql = '(';
  
--- 374,377 ----




More information about the geeklog-cvs mailing list