[geeklog-cvs] geeklog-1.3/system lib-sessions.php,1.26,1.27

dhaun at geeklog.net dhaun at geeklog.net
Sun Jan 25 14:00:50 EST 2004


Update of /usr/cvs/geeklog/geeklog-1.3/system
In directory geeklog_prod:/tmp/cvs-serv28099

Modified Files:
	lib-sessions.php 
Log Message:
Okay, always setting $_USER['uid'] wasn't such a good idea. Note to self: If it ain't broke, don't fix it.


Index: lib-sessions.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/system/lib-sessions.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** lib-sessions.php	23 Jan 2004 20:04:19 -0000	1.26
--- lib-sessions.php	25 Jan 2004 19:00:48 -0000	1.27
***************
*** 200,207 ****
      }
  
-     if (!isset ($_USER['uid'])) {
-         $_USER['uid'] = 1; // must be an anonymous user
-     }
- 
      return $_USER;
  }
--- 200,203 ----





More information about the geeklog-cvs mailing list