[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.687,1.688

Dirk Haun dhaun at qs1489.pair.com
Sun Mar 16 17:01:51 EDT 2008


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

Modified Files:
	lib-common.php 
Log Message:
Another E_ALL fix


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.687
retrieving revision 1.688
diff -C2 -d -r1.687 -r1.688
*** lib-common.php	15 Mar 2008 08:57:15 -0000	1.687
--- lib-common.php	16 Mar 2008 21:01:49 -0000	1.688
***************
*** 5387,5391 ****
  
      $UserGroups = array();
!     if(( $u_id <= 0 ) || ( $u_id == $_USER['uid'] ))
      {
          if( !COM_isAnonUser() )
--- 5387,5391 ----
  
      $UserGroups = array();
!     if(( $u_id <= 0 ) || ( isset( $_USER['uid'] ) && $u_id == $_USER['uid'] ))
      {
          if( !COM_isAnonUser() )




More information about the geeklog-cvs mailing list