[geeklog-cvs] geeklog-1.3/public_html profiles.php,1.26,1.27

dhaun at geeklog.net dhaun at geeklog.net
Thu Dec 4 16:02:30 EST 2003


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

Modified Files:
	profiles.php 
Log Message:
$_USER was missing from the list of global variables.


Index: profiles.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/profiles.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** profiles.php	8 Nov 2003 17:54:09 -0000	1.26
--- profiles.php	4 Dec 2003 21:02:28 -0000	1.27
***************
*** 205,209 ****
  function mailstory ($sid, $to, $toemail, $from, $fromemail, $sid, $shortmsg) 
  {
!  	global $_CONF, $_TABLES, $LANG01, $LANG08;
  
      // check for correct $_CONF permission
--- 205,209 ----
  function mailstory ($sid, $to, $toemail, $from, $fromemail, $sid, $shortmsg) 
  {
!  	global $_CONF, $_TABLES, $_USER, $LANG01, $LANG08;
  
      // check for correct $_CONF permission





More information about the geeklog-cvs mailing list