[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.642,1.643

Blaine Lang blaine at qs1489.pair.com
Sun Jul 22 20:29:33 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv36250/public_html

Modified Files:
	lib-common.php 
Log Message:
Added the ability to hide the version checker link - like hiding the documentation link.

Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.642
retrieving revision 1.643
diff -C2 -d -r1.642 -r1.643
*** lib-common.php	26 May 2007 19:31:58 -0000	1.642
--- lib-common.php	23 Jul 2007 00:29:31 -0000	1.643
***************
*** 2557,2561 ****
          }
  
!         if( SEC_inGroup( 'Root' ))
          {
              $adminmenu->set_var( 'option_url',
--- 2557,2561 ----
          }
  
!         if( $_CONF['link_versionchecker'] == 1 AND SEC_inGroup( 'Root' ))
          {
              $adminmenu->set_var( 'option_url',




More information about the geeklog-cvs mailing list