[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.243.2.1,1.243.2.2

dhaun at geeklog.net dhaun at geeklog.net
Sun Oct 12 08:18:33 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv23831

Modified Files:
      Tag: geeklog_1_3_8_1_1
	lib-common.php 
Log Message:
Fixed a typo


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.243.2.1
retrieving revision 1.243.2.2
diff -C2 -d -r1.243.2.1 -r1.243.2.2
*** lib-common.php	12 Oct 2003 08:32:54 -0000	1.243.2.1
--- lib-common.php	12 Oct 2003 12:18:31 -0000	1.243.2.2
***************
*** 3651,3655 ****
      $retval = '<span class="warningsmall">' . $LANG01[31];
  
!     if( !SEC_hasRights( 'story.edit' ) || empty( $_CONF['adminhtml'] ))
      {
          $html = $_CONF['user_html'];
--- 3651,3655 ----
      $retval = '<span class="warningsmall">' . $LANG01[31];
  
!     if( !SEC_hasRights( 'story.edit' ) || empty( $_CONF['admin_html'] ))
      {
          $html = $_CONF['user_html'];





More information about the geeklog-cvs mailing list